I find it useful and productive to use the built in Ctrl+Shift+M when creating a new stored proc in SQL Server Management Studio (2008). On one of my machines that keyboard shortcut combo has stopped working and I’ve been unable to work out how to restore it.
There could also be some new utility on my machine that’s overriding that but I have been unable to find culprit if that’s the case.
Ideas?
This keyboard combination has been removed from SQL 2008. You can still get to the functionality by selecting Query >> Specify Values for Template Parameters…
This is quite confusing because most templates still reference the keyboard combo. (The menu item above even references it!!)
Unfortunately, we can’t “restore” the Ctrl–Shift–M command. SQL Mgmt Studio doesn’t allow adding new shortcuts. Only “query” shortcuts (Options >> Environment >> Keyboard).
The easiest way to resolve this is to just learn the new keyboard sequence: Alt >> Q >> S
Here’s a confirmation by Mark Han on the MS Online Community Support team:
Hope this helped!