Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SP to search through existing objects?
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00687725
Message ID:
00687746
Views:
17
This message has been marked as the solution to the initial question of the thread.
The text of all stored procedure, triggers, constraints, and rules are stored in the SYSCOMMENTS table. You can search its Text column for the phrase that you're interested in.

SELECT OBJECT_NAME(id) FROM syscomments WHERE text LIKE '%authors%'

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform