So how can I GRANT EXECUTE on all stored procedures in a database, without using a cursor? Is this possible? Sofar I have not been able to get this done.
A step further: is it possible to GRANT EXECUTE on every stored procedure in every userdb, again without using a cursor?
A step further: is it possible to GRANT EXECUTE on every stored procedure in every userdb, again without using a cursor?