There is a local user who's been granted the following database roles:
- public
- db_datareader
- db_datawriter
I need to grant the user permission to create and alter non system stored procedures.
How can I do that?
I've read that you can define the user as db_owner, or db_ddladmin.
But if I don't want to do this, is there an alternative?
Some existing procedures have been created by dbo. If this is a problem I can change their owner to the particular user (he was the one requested to create them anyway)
I'd appreciate your reply.
Thank you
- public
- db_datareader
- db_datawriter
I need to grant the user permission to create and alter non system stored procedures.
How can I do that?
I've read that you can define the user as db_owner, or db_ddladmin.
But if I don't want to do this, is there an alternative?
Some existing procedures have been created by dbo. If this is a problem I can change their owner to the particular user (he was the one requested to create them anyway)
I'd appreciate your reply.
Thank you