HI Rajan, Try this:select * from sys.procedures -- to list out all the SPs in a databaseselect COUNT(*) from sys.procedures -- to get the count of the SPs in a database Regards -Johnson