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

How is Auditing Different From Change Data Capture in SQL Server?

What is CHECKPOINT Process in the SQL Server ?

What is the Difference Between VARCHAR and NVARCHAR in SQL Server ...

What is the Filtered Index in SQL Server ?

What is Change Data Capture in SQL Server ?