Is there any tool which can show the call tree for SQL stored procedures

Posted by DBZ_A on Stack Overflow See other posts from Stack Overflow or by DBZ_A
Published on 2011-03-07T04:20:54Z Indexed on 2011/03/12 8:10 UTC
Read the original article Hit count: 168

Filed under:
|
|

I have a huge SQL script which i need to analyse. It would be really helpful if i could find a tool which can generate a call tree; ie, to see which all procedures are called from a particular procedure. a perl based example is here, http://sqlblog.com/blogs/linchi_shea/archive/2009/10/23/find-the-complete-call-tree-for-a-stored-procedure.aspx but i need a tool to analyse the text file (.sql file), not the procedure stored in the database. due to some reasons i will not be able to create the whole set of procedures in the database and use the above mentioned tool.

please respond if you have come across any ide/tool with this feature.

© Stack Overflow or respective owner

Related posts about tsql

Related posts about tree