In order to know which are the dbprocedures defined in a SCHEMA I use the following query:
SELECT * FROM DOMAIN.DBPROCEDURES WHERE SCHEMANAME = 'schemaXY' When I run this query as dbadmin all works fine, but as I try to run this one as a standard user the query outputs no result Please Help Luca Calderano