February 5, 2015 at 11:21 am
Without giving dbowner how can we grant permission to user to alter/create procs?
February 5, 2015 at 12:04 pm
You can use ddl_admin. But, you may also have to give them security_admin in order to set permissions on the procedures they create.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 5, 2015 at 12:20 pm
Thank Grant for the prompt response. I would also avoid them to drop tables. Is it possible?
February 5, 2015 at 12:25 pm
Then you can individually go through and REVOKE privileges too.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply