Some Common Keyboard Shortcuts in SQL Server SSMS

Simple Operations

·       CTRL+C -- Copy,
·       CTRL+V -- Paste,
·       CTRL+X -- Cut,
·       CTRL+Z  -- Undo,
·       CTRL+Y --  Redo

Comment and Uncomment

·       CTRL+K, C --  Comment
·       CTRL+K, U --  Uncomment

Query Results

·       CTRL+T -- Output Results to Text
·       CTRL+D -- Output Results to Text
·       CTRL+SHIFT+F -- Output Results to File
·       CTRL+R --  Hide/Show the query result

Execution Plans

·       CTRL+L -- Include the Actual Execution Plan
·       CTRL+M -- Display the Estimated Execution Plan

Shortcuts for Stored Procedures

·       CTRL+1 --  sp_who
·       CTRL+2 -- sp_lock
·       Alt+F1 --  sp_help


Visual Studio Shortcuts are far more complicated.

See below for details: