Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 355 Bytes

CodeCascade

This folder contains:

sp_CodeCalledCascade:

What code calls the code you're interested in, and what code calls THAT code?

Works for functions, views and stored procedures.

sp_CodeCallsCascade:

What code is called by the code you're interested in, and what code that code calls.

Works for functions, views and stored procedures.