SSMS Tips and Tricks 1-1: Dragging all column names from Object Explorer
This is a popular shortcut in SQL Server Management Studio (SSMS) but I continue to be amazed how many people aren’t aware of it.
Object Explorer is a very useful part of SSMS and you can drag pretty much any name that you see in it across to a query window.
You could do the same for each column in the Columns list.
You might also realize that you can hover over the asterisk and see a list of columns:
2025-05-07