Getting List of All Stored Procedures in Database in MS SQL

The following code should be run to get the list of all Stored Procedures in a database in MS SQL Server with a query.

SELECT * FROM sys.procedures


You May Interest

Creating a View in MS SQL

What are Wait Types in SQL Server ?

Using MS SQL WHERE

Getting List of All Views in MS SQL Database

Finding Session Id in MS SQL User's Current Process