sql - Retrieve List of all SPs with some condition -


I have to create a list of all SPs from my database that meets certain conditions, all those SP, I want to update those SP where student ID is an important column.

How do I get a list of all such SPs?

Thank you for your input. Select the OBJECT_NAME (object_id) from

 % StudentId% ' 

Comments