Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Object Search for Sql Server 2005

By Alan Naylor, 2009/01/05

Change the @text value to the text you want to search for.

Alter the database names in the below part of the script to only the databases you want to search in. The below code part will only search in Master, Tempdb, and MSDB.

DELETE FROM #databases
WHERE DatabaseName not IN ('master','tempdb','msdb')

 

Total article views: 1238 | Views in the last 30 days: 3
 
Related Articles
FORUM

Searching complete database

Searching complete database

ARTICLE

Search for a Value Throughout Your Database

Learn how to search for a value throughout all database tables.

SCRIPT

Search All Stored Procedures in a Database

Search for a text in all the stored Procedures in a Database

SCRIPT

Search for a text in all databases

This procedure searches for a specified text in all (or one selected) databases in all (or selected)...

SCRIPT

Object Search

Search any database (or a combination databases, including all) for a specific string found in colum...

Tags
object search    
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones