
Dependancies of Procedures
Hi:
I need to get the dependant stored procedures of a given stored procedure
(for example, 'Proc1' calls 'Proc2' and 'Proc5'). How do I get it and from
where ?
I know how to get dependencies of objects other than stored procedures.. but
that does not help now ;)
Thanks in advance.. John