I tested it on my SSMS2012 and it works, but I have a clean install. The reason may be an update since 2005. You can try changing the shortcut / toolbar settings to
Right-click Toolbar → Configure → Commands → Reset All → (I recommend restarting SSMS)
If this does not help, try to assign the command "Window.ShowResultsPane" to the Ctrl + R command. I am developing an add-on for SSMS - SSMSBoost , it has many good features, and one of the smallest - resets all registered commands using their shortcuts. So, on my machine, I found that Ctrl + R is registered in the following contexts for the same command:
SQL Query Editor::Ctrl+R Window.ShowResultsPane MDX Query Editor::Ctrl+R Window.ShowResultsPane DMX Query Editor::Ctrl+R Window.ShowResultsPane XMLA Query Editor::Ctrl+R Window.ShowResultsPane
SSMSBoost will also allow you to reassign a shortcut to these values, or you can use the SSMS2012 native keyboard shortcut editor.
Andrei Rantsevich Jun 13 '13 at 0:44 2013-06-13 00:44
source share