SQL Search

Press TAB to expand wildcard

tab键之后,会自动展开,直接枚举表中所有的字段

 

根据名字查找存储过程,发现找不到

原因是,本地是一个备份库。服务器上通过sql source control进行版本控制的。

在通过sql source control将服务器上新增的存储过程apply changes到本地的时候,sql search是不知道的。

所以,需要Reindex一下

 

version history

https://documentation.red-gate.com/ss3/release-notes-and-other-versions/sql-search-3-0-release-notes

https://documentation.red-gate.com/ss3/release-notes-and-other-versions/sql-search-3-2-release-notes

 

search with space

https://forum.red-gate.com/discussion/23264/searching-for-names-that-contain-a-space

勾选match whole words

 

posted @ 2017-06-29 10:21  ChuckLu  阅读(2300)  评论(0编辑  收藏  举报