I have been using for years an addon for SSMS called SQLAssist by Round Polygons. One of the primary features it has is a sortable grid (i.e., click on a header and the results sort that way). I have found this extremely helpful as sometimes I am developing/debugging code which utilizes table variables, and I need to capture various sets of intermediate results against said table variables, which I then need to analyze for edge cases, etc. And I don't always know what I need to sort on until I start looking at data. So in short, I have found a sortable grid quite helpful (even necessary) for my work.
Unfortunately, the addin I use is no longer in development 😱 , and it works for SSMS 2005 only. I'd like to start using a more recent version of SSMS (2005 is getting long in tooth, obviously). Would it be possible to add such a capability to your addin? I've looked all over and can't seem to find anything which offers this functionality.
Thanks in advance.