searching the database objects

2

How can I search SQL server database to find string in any of objects name? I have a problem when testers says this and that is not working and I can not find it by it's name.

Robert Jung

Posted 2012-08-17T19:09:58.877

Reputation: 73

Answers

0

RedGate has a free tool called SQL Search that will do just that. It integrates with SQL Server Management Studio and lets you search through all the objects in a database for items containing a specific string and will tell you what it matched and what kind of object it is (table, key, column, etc).

If you want to know more about the specific SQL you can use to do this, you may want to ask at dba.stackexchange.com.

techturtle

Posted 2012-08-17T19:09:58.877

Reputation: 8 059

thanx techturtle – Robert Jung – 2012-08-20T17:52:53.607