Is there a free tool which can help visualize the logic of a stored procedure in SQL Server 2008 R2?
- by Hamish Grubijan
I would like to be able to plot a call graph of a stored procedure. I am not interested in every detail, and I am not concerned with dynamic SQL (although it would be cool to detect it and skip it maybe or mark it as such.)
I would like the tool to generate a tree for me, given the server name, db name, stored proc name, a "call tree", which…