Viewing post 1 (of 1 total)
Liked the idea of quickly getting a list of dependent procs. I took your sql and modified it...
SELECT
SCHEMA_NAME(o.schema_id) + '.' + o.name AS proc_name,
...
July 22, 2010 at 1:37 pm
#1197149