Click here to Skip to main content
15,886,199 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
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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