Viewing post 1 (of 1 total)
you don't need to join to sysobjects to get the name:
select object_name(id) from syscomments
where text like '%[text]%'
'Nuff Said..
September 3, 2004 at 12:27 pm
#521709