Click here to Skip to main content
15,888,162 members
Articles / Database Development / SQL Server / SQL Server 2008

SQL Server Scripts: Get All Nested Stored Procedures List (Procedures with Dependent Procedures)

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
1 Nov 2012CPOL 35K   3  
A stored procedure can be called from another stored procedure as nested stored procedure. How to get a list of these stored procedures with their nested one

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader CureMD
Pakistan Pakistan
Aasim Abdullah is working as SQL Server DBA with CureMD (www.curemd.com) based in NY, USA. He has been working with SQL Server since 2007 (Version 2005) and has used it in many projects as a developer, administrator, database designer. Aasim's primary interest is SQL Server performance tuning. If he finds the time, he like to sketch faces with graphite pencils.

Comments and Discussions