zoukankan      html  css  js  c++  java
  • SQL Server – Show/Hide Results Pane in Management Studio 2012

    In earlier version of SQL Server Management Studio (2005, 2008 and 2008 R2) you can show/hide results pane using keyboard shortcut Ctrl+R . This shortcut was also present in Query Analyzer (SQL Server 2000).

    This shortcut is no longer available in SQL Server Management Studio 2012. In this version you need to use Ctrl+Shift+Alt+R to show/hide query results pane. Another alternative shortcuts you can use to show or hide results pane is Alt+WSand Alt+WI respectively. I find the later to be more easy to use.

    If you have gotten used to using old shortcut Ctrl+R you can customize shortcuts in SQL Server Management Studio.

    To change keyboard shortcut for show/hide results pane:

    Step 1: Go to Tools > Options in SQL Server Management Studio:

    image

    Step 2: Navigate to Environment > Keyboard > Keyboard

    image

    Step 3: Search for Window.ShowResultsPane using Show commands containing: textbox.

    image

    Step 4:

    (1) Select Ctrl+Shift+Alt+R (SQL Query Editor) in Shortcuts for selected command: list. 
    (2) Select SQL Query Editor in Use new shortcut in: list. 
    (3) Go to Press shortcut keys: textbox and press Ctrl+R or any other shortcut you need. 
    (4) Click on Assign . 
    (5) Click on OK to apply changes.

    image

    Step 5: You need to restart SQL Server Management Studio to apply these changes.

    Note: The Window menu will still show Ctrl+Shift+Alt+R as shortcut we have only added an additional shortcut, we have not removed existing shortcut.

  • 相关阅读:
    C#控件刷新
    [转载] 尺度不变特征变换匹配算法
    C++ windows 多线程 互斥锁
    堆栈内存申请,以及32位程序内存上限
    dumpbin检查Dll
    CV_Assert
    Linux复习
    操作系统复习
    P/NP问题
    程序
  • 原文地址:https://www.cnblogs.com/KevinG/p/4832141.html
Copyright © 2011-2022 走看看