jaspreetsingh8
Thursday, 17 November 2011
Query to find any text in stored procedures
SELECT DISTINCT tSO.Name,tSO.Type_Desc FROM sys.sysComments tSC
JOIN sys.objects tSO ON tSO.Object_Id = tSC.Id
WHERE tSC.Text LIKE '%dbo.conferencemedia%'
1 comment:
JaspreetSingh8
17 November 2011 at 04:57
Good One
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Good One
ReplyDelete