Some Shortcuts in SSMS Query Editor
List of Shortcuts which you can use while using SSMS Query editor. 1) Ctrl+Shift+Q -> Pops up the Query Builder 2) Highlight and Press Alt+ F1 Brings all the structural details for which an equivalent replacement is sp_help 3) sp_helptext 'SPName' for scripting out the code contents of a Procedure. 4) Ctrl+K, then Ctrl+C to comment lines 5) Ctrl+K, then Ctrl+U to uncomment lines