0
kicks
SQL Server Scripts: Get All Nested Stored Procedures List
A stored procedure can be called from another stored procedure as nested stored procedure. Recently on production server, we were asked for all stored procedures in which other stored procedures are called as nested. Here is simple script.