Skip to content

Settings and activity

2 results found

  1. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Greg commented  · 

    This is still driving me nuts in SQL Prompt 10. Is there a setting somewhere that I've ticked wrong?

    Greg shared this idea  · 
  2. 19 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Greg supported this idea  · 
    An error occurred while saving the comment
    Greg commented  · 

    SSMSBoost has all sorts of features that operate on the result grid - find, aggregate (sum/avg/min/max/etc) which was really useful. I'd love to see this built into SQL Prompt. Jason is right, I could rewrite the query to return the values I'm looking for, but when I'm debugging sometimes it's helpful to find a particular record in a dataset. An example from today - I had a query that was returning correctly when I added a where clause to a table, but when I took it off (as the code would run in production) it returned (correctly) ~1,000 rows. I needed to find my sample data in that dataset.