Sean
Sean

Reputation: 7670

How do I quickly explore objects in SQL Server Management Studio

Using SSMS Object Explorer to click through explorer tree against a database with many tables, stored procedures, views, ... can be time consuming, and inefficient way to gain access to specific objects while developing.

Are there any tools to allow for quick access to objects?

Upvotes: 0

Views: 154

Answers (1)

Sean
Sean

Reputation: 7670

SQL Search (free from Red Gate) integrates right into SSMS

http://www.red-gate.com/products/SQL_Search/index.htm

Upvotes: 1

Related Questions