 SQL Server Find Screenshot
| SQL Server Find is a database tool for use with Microsoft SQL Server. The program is very similar to the default Windows search dialog, but offers you you to search for database objects inside SQL servers using search criteria like: contains text (using regular expressions), creation date, object type (e.g. views, procedures, triggers), object name (using regular expressions)
and object size. You can select one or more databases to include in the search and based on the given criteria, SQL Server Find goes out to find the database objects that match the specified criteria and displays them in a list. Right-clicking on a search result allows you to view the SQL source for the object.
|