Karthik G

Karthik G

  • NA
  • 16
  • 3.8k

dependency in multiple sp's

May 6 2016 3:22 AM
Is it possible to write a SQL query/procedure to identify a complete list of a stored procedures dependencies? I'm only interested in identifying other stored procedures and I'd prefer not to limit the depth of nesting that it gets too either. For example, if A calls B, which calls C, which calls D, I'd want B, C and D reported as dependencies for A

Answers (1)