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 @ Friday, May 26, 2006 12:15 PM
Title:
Name:
Email: Not Displayed
Website:
Comment: