hydrorocks
Programmer
Hi,
I want a User that he can execute a procedure with db_owner rights. The user does not have the role db_owner, but he needs it for this procedure to work. So I tried this:
GRANT Execute ON myProcedure to myUserName as db_owner
But I get "Grantor does not have GRANT permission." back. What can I do so the user can execute the procedure with db_owner rights??
Any help is appreciated! Thanks.
I want a User that he can execute a procedure with db_owner rights. The user does not have the role db_owner, but he needs it for this procedure to work. So I tried this:
GRANT Execute ON myProcedure to myUserName as db_owner
But I get "Grantor does not have GRANT permission." back. What can I do so the user can execute the procedure with db_owner rights??
Any help is appreciated! Thanks.