Hi, SO crowd!
Is there any way to retrieve the names of the stored procedures by some SELECT from the system table or any system SP?
I need to retrieve all the stored procedure names with their signatures (if possible) or just names. I know how to do that in MySql, but similar queries don't work (of course, since all the system DBs named differently).
Thank you!