Dear All
here is a solution if you need to know overall sql procedure using under one database
select ROUTINE_NAME from DatabaseName.information_schema.routines where routine_type = 'PROCEDURE'
please change the "DatabaseName" with your database in the top line
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
here is a solution if you need to know overall sql procedure using under one database
select ROUTINE_NAME from DatabaseName.information_schema.routines where routine_type = 'PROCEDURE'
please change the "DatabaseName" with your database in the top line
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
Comments
Post a Comment
Thanks for the Comments , Your review will display soon