SQL Search

Latest version: 1.0

New! Search for SQL Server databases

SQL Search boxshot
  • Find fragments of SQL text within stored procedures, functions, views and more
  • Quickly navigate to objects wherever they happen to be on your servers
  • Find all references to an object
  • Integrates with SSMS
  • Powered by SQL Prompt logo

Screenshots

Integrates directly into Management Studio Scope the extent of your search Results returned as you type Results returned as you type
Integrates into Management Studio
Scope the extent of your search
Results returned as you type
Quickly jump to the found objects

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.

Other tools you might like

SQL Prompt

Code-completion and productivity enhancements for SQL Server Management Studio

SQL Compare

Compare and synchronize the schemas of SQL Server databases

SQL Source Control

Store your SQL Server databases under source control