Script to search in stored procs
select upper(SysObjects.Name),SysComments.Textfrom SysObjects, SysComments where SysObjects.type='P'and (SysObjects.ID = SysComments.ID)and SysComments.Text like '%SearchString%'
Print | posted on Friday, May 26, 2006 12:15 PM | Filed Under [ Database ]
Powered by:
Copyright © Shailen Sukul