CTRL+R does not hide the Query Result window in SSMS

孤街浪徒 提交于 2019-12-02 17:49:35
  1. Open the Tools menu select Options...
  2. Under the Environment node click on the Keyboard node
  3. Click the Reset button
  4. Click Yes on the dialog that pops up

That should solve your issue. If not please add a comment to this thread with details about your issue.

This is missing in SSMS 2016 as well, assign it manually as shown below.

Pranav Kulshrestha

In my case, under Keyboard Settings, I searched for Window.ResultsPane. My default keyboard shortcut was Ctrl + R, and doing Ctrl + R was not working for me. I have set it to Ctrl + R, Ctrl + R and now it's working fine for me. Doing a reset is not a good idea since it would be removing any and all custom settings set by the user.

Right-click the Toolbar -> Customize -> Commands -> Reset All -> (I recommend re-start of SSMS) This worked for me in ms sql 2012

If the previous answers does not help,

Use Ctrl+ ALT+ Shift + R this is already set in SSMS 2012.

This one worked for me..

Andrei Rantsevich

I have checked it on my SSMS2012 and it works, but I have clean install. The reason might be the upgrade from 2005. You can try re-setting the shortcuts/toolbar settings by

Right-click the Toolbar -> Customize -> Commands -> Reset All -> (I recommend re-start of SSMS)

If it will not help try to assign Ctrl+R to "Window.ShowResultsPane" command. I develop an add-in for SSMS - SSMSBoost, it has lots of good features and one of small ones is dumping all registered Commands with their shortcuts. So, on my machine I found out Ctrl+R to be registered in following contexts to 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 re-assign the shortcut to these values, or you can use native SSMS2012 keyboard shortcut editor.

In Microsoft SQL Server Management Studio v18.2 (aka. SSMS 18) you might want to try resetting keyboard mapping scheme in Options -> Environment -> Keyboard -> Keyboard window by clicking Reset button at the top of it with (Default) selected in option list.

Before resetting, it had only one option which processed Ctrl+R press only in DMX Query Editor:

After resetting it showed more options which included SQL Query Editor:

After that, key shortcut works(Windows 10 1809 x64).

Go to Tools > Options > Environment > Keyboard / General.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!