I've inherited a legacy system with lots (160+) of stored procedures. I'm looking for a way to create a diagram that would
- show which of the procedures are called by other procedures
- show which part of the C# code uses which stored procedures
- group the procedures by the parts of the system in which they are used
Is there a tool that does this? Or would help me to perform the task?