Red Gate系列之七 SQL Search 1.1.6.1 Edition SQL查詢分析工具使用教程
Red Gate系列文章:
Red Gate系列之一 SQL Compare 10.2.0.1337 Edition 數據庫比較工具 完全破解+使用教程
Red Gate系列之二 SQL Source Control 3.0.13.4214 Edition 數據庫版本控制器 完全破解+使用教程
Red Gate系列之三 SQL Server 開發利器 SQL Prompt 5.3.4.1 Edition T-SQL智能感知分析器 完全破解+使用教程
Red Gate系列之四 SQL Data Compare 10.2.0.885 Edition 數據比較同步工具 完全破解+使用教程
Red Gate系列之五 .NET Reflector 7.6.1.824 Edition .NET程序反編譯神器(另附插件安裝教程) 完全破解+使用教程
Red Gate系列之六 SQL Test 1.0.12.3 Edition SQL測試工具 完全破解+使用教程
Red Gate系列之七 SQL Search 1.1.6.1 Edition SQL查詢分析工具使用教程
Red Gate系列之八 SQL Connect 1.1.1.19 Edition 數據庫連接及操作工具 完全破解+使用教程
SQL Search - quickly find SQL in SSMS
- Find fragments of SQL text within stored procedures, functions, views and more
- Quickly navigate to objects wherever they happen to be on a server
- Find all references to an object
SQL Search integrates into Management Studio
Scope the extent of your search
Results are returned as you type
Quickly jump to the found objects
SQL Search is an add-in for SQL Server Management Studio that lets you quickly search for SQL across your databases.
SQL Search will eventually become part of SQL Prompt. When this happens, the free version of SQL Search will continue to work without issue.
Until then, we're making it available as a free standalone tool.
Why use SQL Search?
- Impact Analysis
You want to rename one of your table columns but aren't sure what stored procedures reference it. Using SQL Search, you can search for the column name and find all the stored procedures where it is used. - Work faster
Finding anything in the SSMS object tree requires a lot of clicking. Using SQL Search, you can press the shortcut combo, start typing the name, and jump right there. - Make your life easier
You need to find stored procedures you've not yet finished writing. Using SQL Search, you can search for stored procedures containing the text 'TODO'. - Increase efficiency, reduce errors
You are a DBA, and developers keep using 'SELECT *' in their views and stored procedures. You want to find all these and replace them with a correct list of columns to improve performance and prevent future bugs. Using SQL Search, you can look for 'SELECT *' in the text of stored procedures and views.
SQL Search是Red-Gate開發的一個免費SQL查詢工具,它可以搜索SSMS中的所有SQL,其中包括:存儲過程,函數,視圖,觸發器,被引用的對象以及更多。
Red Gate系列未完,待續。
轉載的朋友,請不要刪除以下行,對此,表示感謝!!!
原文來自VAllen cnblogs鏈接:http://www.cnblogs.com/VAllen/archive/2012/10/01/SQLSearch.html