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

What is the Bookmark Lookup and RID Lookup in SQL Server ?

What is the Difference Between a Local and a Global Temporary Tab ...

MS SQL Finding Which Tables a Column Name is In

Finding Server Default Language in MS SQL

What is Utility Control Point (UCP) in SQL Server ?