Click here to Skip to main content
15,899,474 members
Articles / Database Development / SQL Server / SQL Server 2008R2

Query that returns list of all Stored Procedures in an MS SQL database

Rate me:
Please Sign up or sign in to vote.
4.07/5 (6 votes)
15 Jan 2015CPOL 72.9K   7  
Query that returns list of all Stored Procedures

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
Software Developer
India India
string currentJob = new ComputerScientist("ND-1550", "02/04", "CDN Solutions");

while (live)
{
try
{
learn();
code();
}
catch (Exception ex)
{
recover();
}
}

Comments and Discussions