Viewing 2 posts - 1 through 2 (of 2 total)
Thanks!
January 10, 2007 at 11:02 am
#682478
I've come across this issue as well, but have just used this:
select routine_name
from information_schema.routines
where routine_definition like '%dbo.T_FOO%'
Is there any problem with doing it this way?
January 10, 2007 at 10:23 am
#682458