/ Published in: SQL
Expand |
Embed | Plain Text
SELECT Name FROM sys.procedures WHERE OBJECT_DEFINITION(OBJECT_ID) LIKE '%Employee%' GO
You need to login to post a comment.
ezerick on 10/09/10
1 person have marked this snippet as a favorite
SELECT Name FROM sys.procedures WHERE OBJECT_DEFINITION(OBJECT_ID) LIKE '%Employee%' GO
You need to login to post a comment.