|
What is your favourite shortcut key for SSMS? One shortcut per answer please
(comments are locked)
|
|
ALT+X to execute batches, but I am trying to move to CTRL+E However CTRL+K, CTRL+U or CTRL+K, CTRL+C for commenting/uncommenting are way up there for me as well.
(comments are locked)
|
|
If you go to Tools/Options/Environment/Keyboard you can associate your own stored procedures to shortcut combinations. For example if you often need to select the top five rows of a table, add this to master and associate a keyboard combination in the options with the stored procedure. You'll have to open a new query window for the changes to take effect. The cool thing here is that any selected text is passed in as a parameter to the associated stored procedure. I love these user-defined shortcuts. You can actually just use "SELECT TOP 5 * FROM " and skip the stored procedure and dynamically generated SQL (See the out of the box query for Ctrl+5)
Nov 04 '09 at 11:04 AM
KenJ
Nice. Seems obvious now that you mention it! :)
Nov 12 '09 at 03:09 AM
David Atkinson
(comments are locked)
|
|
Save Save Save (even if there's auto-save ON, please save) CONTROL S I can't mod this up enough! I remember doing some development using Crystal Reports. It was even more the case that you needed to save all the time with that software! I think we basically got RSI from saving so frequently.
Oct 19 '09 at 08:57 AM
Melvyn Harbour 1 ♦♦
(comments are locked)
|
|
My favorite is SHIFT + ALT + Arrows. Its not Shortcut, but I liked it a lot !!!
(comments are locked)
|
|
Ctrl + N - New Query
(comments are locked)
|
1 2 3 4 5 next page »



Excellent question.