3 Results Grid features SQL Prompt brings to SSMS
You may not have heard about it yet, but three helpful features were recently added to SQL Prompt that are activated when you right-click on the Results Grid in SQL Server Management Studio (SSMS).
1. Copy as IN clause
This feature is available when you have values from a single column selected. You can select the entire column, parts of the column, or even single values in the column. Right-click and select Copy as IN clause.
The values you selected will be formatted as a list that you can paste into a query:
This is useful for tasks such as checking the existence of certain rows, from their key values, in another copy of the same table (e.g. the same table on two different servers). For more details, see:
- Copy as IN clause documentation
- Product article: Scripting one column to an IN expression
2. Script as INSERT
When you select the entire grid, adjacent rows, adjacent columns, a single cell, or a block of cells, this second feature is now available. Simply right-click and select Script as INSERT.
A new tab is automatically created with a script containing the values you selected. This script creates a temp table with the column names and data types from the original query. It inserts the selected values and drops the temp table. This is such a time-saver for me, even if I only need the INSERT part of the script.
For further details, see:
- Script as Insert documentation
- Product article: Scripting query results to a table create/insert script
3. Open in Excel
When you select the entire grid, adjacent rows, adjacent columns, a single cell, or a block of cells you can also right-click and select Open in Excel.
This opens a new Excel file with the selected values and column names in the first row. This is perfect for when I quickly need to send some data to our business users:
For further details:
- Copy in Excel docs
- Product article: Exporting Query Results to Excel
Now watch the video
If you’d like to see a demo of the new features in action, watch this short video:
Bonus tip
If you don’t like the way the auto-generated code looks, by the way, you can also use the new SQL Prompt formatting options to make it more attractive or better fit the style your team uses.
If you’re not a SQL Prompt user, download a free trial and see how much more productive you can be writing code every day.
Like this? Share it with other SQL professionals using the social sharing buttons below. Simply tweet: I’ve just read @cathrinew’s blog on 3 useful Results Grid features in #SQLPrompt – see the #SuperSQLTip at http://rd.gt/2mBQ1lr