SyntaxFix
Write A Post
Hire A Developer
Questions
This will give just the names of the stored procedures.
select specific_name from information_schema.routines where routine_type = 'PROCEDURE';