How to get list of stored procedures available in a namespace from an Intersystems Caché database using query?
Asked
Active
Viewed 432 times
2 Answers
1
You should be able to query the table
%sql_dict.routine
to obtain the information you are looking for.

Stephen Canzano
- 296
- 1
- 3