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

前端 未结 9 1210
感情败类
感情败类 2021-02-01 00:42

I just upgraded from SSMS 2005 to 2012. Previously, I could hit CTRL+R and the Query Results windows would disappear.

After I upgraded to SSMS I r

相关标签:
9条回答
  • 2021-02-01 00:50

    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.

    0 讨论(0)
  • 2021-02-01 00:50

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

    0 讨论(0)
  • 2021-02-01 00:51
    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.

    0 讨论(0)
  • 2021-02-01 00:55

    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).

    0 讨论(0)
  • 2021-02-01 01:02

    If the previous answers does not help,

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

    This one worked for me..

    0 讨论(0)
  • 2021-02-01 01:06

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

    0 讨论(0)
提交回复
热议问题