什么是快速启动? (What is Quick Launch?)

Quick Launch is a new feature that is added in SQL Server Management Studio (SSMS) 2016. Quick Launch is search tool, but it doesn’t search code/contents of the script/files. Instead it searches SSMS itself including menu items, options and file names. Quick Launch is enabled by default when SSMS is installed and it is located at the top right corner of the menu bar (see below):

快速启动是SQL Server Management Studio(SSMS)2016中添加的一项新功能。“快速启动”是搜索工具,但不搜索脚本/文件的代码/内容。 相反,它搜索SSMS本身,包括菜单项,选项和文件名。 当安装了SSMS且位于菜单栏的右上角时,默认情况下将启用“快速启动”(请参见下文):

快速启动的工作方式 (How Quick Launch works)

If you have a need to quickly set some option (e.g. font) in the query editor, but you can’t remember exactly where is that option located. Go to the Quick Launch search box and start to type a name of the option. The popup list will appear with the search results:

如果需要在查询编辑器中快速设置某些选项(例如字体),但是您不记得该选项的确切位置。 转到“ 快速启动”搜索框,然后开始键入选项的名称。 弹出列表将显示搜索结果:

Click on the desired option from the list in this situation Environment – Fonts and Colors, will open the Options window with the location for the Font and Colors settings:

在这种情况下,从列表中单击所需的选项。 环境–字体和颜色 ,将打开“ 选项”窗口,其中包含“ 字体和颜色”设置的位置:

Quick Launch search result list is split into four sections: Most Recently UsedMenusOptions, and Open Documents

快速启动搜索结果列表分为四个部分: 最近使用菜单选项打开文档

  • Most Recently Used section shows up to five items that are recently used

    最近使用部分显示最多五个最近使用的项目

  • Menus shows the menu items (items under the Files, Edit etc. menu)

    菜单显示菜单项(“文件”,“编辑”等菜单下的项目)

  • Options shows items in the Options dialog box

    选项显示“ 选项”对话框中的项目

  • Options Documents shows the name and path of opened documents (e.g. scripts)

    选项文档显示打开的文档的名称和路径(例如脚本)

The number in the brackets, next to each section, shows the number of the objects that are found under the section:

每个部分旁边的方括号中的数字显示在该部分下找到的对象的数量:

Click on a title of the section (e.g. Menus), in the search list will be shown only items for that section:

单击该部分的标题(例如菜单),在搜索列表中将仅显示该部分的项目:

To limit a search to only a specific section, you can use short cuts:

要将搜索限制为仅特定部分,可以使用快捷方式:

  • @mru – is a shortcut for the Most Recently Used section

    @mru –是“ 最近使用”部分的快捷方式

  • @menu – is a shortcut for the Menus section

    @menu –是“ 菜单”部分的快捷方式

  • @opt – is a shortcut for the Options section

    @opt –是“ 选项”部分的快捷方式

  • @doc – is a shortcut for the Open Documents section

    @doc –是“ 打开文档”部分的快捷方式

To search a specific section, enter the shortcut in the Quick Launch search box before a search string (e.g. @menu):

要搜索特定部分,请在快速启动搜索框中在搜索字符串(例如@menu)之前输入快捷方式:

Only the items under the Menus section will be listed.

仅列出“ 菜单”部分下的项目。

To omit a section from the Quick Launch search list, go to the main menu, and from the Tools menu, select the Options command, this will open the Options window. From the list, select the Quick Launch tab and under the Enable the following providers uncheck the section (e.g. Menus):

要从“ 快速启动”搜索列表中省略某个部分,请转到主菜单,然后从“ 工具”菜单中选择“ 选项”命令,这将打开“ 选项”窗口。 从列表中选择“ 快速启动”选项卡,然后在“ 启用以下提供程序”下取消选中该部分(例如,菜单):

Now, when text in the Quick Launch search box is entered, the Menus section will not be shown in the search list:

现在,在“ 快速启动”搜索框中输入文本时,“ 菜单”部分将不会显示在搜索列表中:

By default, the search text/string does not stay in the Quick Launch search box after clicking outside of the Quick Launch area. In order to persist search text, stay in the Quick Launch search box and after clicking outside of the box search, go to the Options dialog box, choose the Quick Launch and check the Show search results from previous search when Quick Launch is activated option:

默认情况下,在“快速启动”区域之外单击后,搜索文本/字符串不会保留在“快速启动”搜索框中。 为了保留搜索文本,请保留在“快速启动”搜索框中,然后在框外搜索之后单击,转到“ 选项”对话框,选择“ 快速启动”,然后选中“ 启动快速启动时 显示上一次搜索的搜索结果”选项

To remove the Quick Launch from SSMS main menu, uncheck the Enable Quick Launch option:

要从SSMS主菜单中删除“快速启动”,请取消选中“ 启用快速启动”选项:

翻译自: https://www.sqlshack.com/new-feature-in-sql-server-management-studio-2016-quick-launch/

SQL Server Management Studio 2016的新功能–快速启动相关推荐

  1. SQL Server Management Studio 2016的新功能–滚动条

    One of the new enhancements in SQL Server Management Studio 2016 (SSMS) is the Scroll Bars tab, in w ...

  2. SQL (Server Management Studio) 在使用附加功能时,提示:附加数据库时出错情况及解决

    当错误是-拒绝访问之类的考虑: 每添加好一个数据库,都还要在刷新一下才能看见:

  3. SQL Server Management Studio (SSMS)

    SQL Server Management Studio (SSMS) 官网: https://docs.microsoft.com/zh-cn/sql/ssms/sql-server-managem ...

  4. 下载 SQL Server Management Studio (SSMS)

    SSMS 是一种集成环境,用于管理从 SQL Server 到 SQL 数据库的任何 SQL 基础结构. SSMS 提供用于配置.监视和管理 SQL 实例的工具. 使用 SSMS 部署.监视和升级应用 ...

  5. ssms2008 代码自动提示_使用 SSMS 的提示和技巧 - SQL Server Management Studio (SSMS) | Microsoft Docs...

    使用 SQL Server Management Studio (SSMS) 的提示和技巧Tips and tricks for using SQL Server Management Studio ...

  6. SQL Server Management Studio中SQL代码段

    Snippets are a great productivity feature to speed up typing of repetitive T-SQL. Snippets were intr ...

  7. Microsoft SQL Server Management Studio(SSMS)概述

    介绍 (Introduction) Microsoft SQL Server Server Management is an advanced development environment that ...

  8. 在SQL Server Management Studio(SSMS)中调试存储过程

    Debugging is one of the most important but painful parts of any software process. To find some error ...

  9. SQL Server Management Studio 黑色主题

    Microsoft 尚未正式支持深色主题,但是该代码已经存在,只是功能处于隐藏阶段.此选项仅在 SSMS 2016 或更高版本中可用,低于此版本的任何版本均不支持此选项.由于该选项不受官方支持,因此需 ...

最新文章

  1. 教你搭建多变量时间序列预测模型LSTM(附代码、数据集)
  2. cmos存储器中存放了_天津大学姚建铨院士,张雅婷副教授JMCC:具有宽光谱调控特性的阻变存储器...
  3. nat - 虚拟服务器设置,nat 虚拟服务器设置
  4. rnn神经网络模型_ICLR 2019 | 与胶囊网络异曲同工:Bengio等提出四元数循环神经网络...
  5. win7查看 本地计算机策略,win7系统打开本地组策略编辑器报错解决办法
  6. 学了阿里P8级架构师的7+1+1落地项目,转疯了!
  7. EL与JSTL表达式代码示例
  8. free bsd x修改UTC-SCT
  9. 协议 UDP、TCP UDP的接发数据的步骤
  10. VMware虚拟机通过光盘PE安装GHOSTxp
  11. wps怎么下载仿宋gb2312_仿宋|如何下载仿宋gb2312字体_wps仿宋gb2312字体下载方法_234游戏网...
  12. mysql数据库的基本管理
  13. 北科大matlab期末考试,MATLAB 第一次实验课课堂作业
  14. 在C#中使用WIA获取扫描仪数据
  15. 使用docker部署Nexus
  16. PhotoShop CC2015(64位)下载链接和破解教程
  17. Keras,今天7岁啦
  18. 华硕ROG冰刃5和枪神5有什么区别 哪个好
  19. selenium模拟登陆教务系统
  20. iOS开发笔记:大小写敏感的iOS文件系统,而iOS模拟器对大小写不敏感

热门文章

  1. html如何让图片背景透明,html – 如何让我的网站的背景透明,而不使内容(图像和文字)也是透明的?...
  2. c语言的课本答案,c语言课本试题答案
  3. python 安装容易吗,Python安装的步骤操作其实是件很容易的事
  4. cacti监控服务器
  5. [AT2558]Many Moves
  6. linux中,一个目录的权限是777,普通用户为什么删除不了它呢?
  7. 常用 html 标签
  8. .net项目开发工具(V2.0)异常报告专帖
  9. 【CSS】解决图片和盒子底部产生的缝隙问题
  10. markdown中快速插入Emoji表情包语法速查表!!!