Does anyone know how to obtain a list of stored procedures within a schema so that one could know the signature to complete the DROP PROCEDURE command? I have a case of an overloaded procedure which I'm trying to drop all instances of and cannot find any documenation on how to get a simple list so I could qualify the DROP command properly.
Thanks.
Thanks.




Comment