May 6, 2014 at 7:14 am
Only to a specific schema? Can this be done?
Thanks,
DK
May 6, 2014 at 8:50 am
GRANT ALTER ON SCHEMA::myschema to myuser
GRANT CREATE PROCEDURE TO myuser
May 6, 2014 at 8:58 am
One thing to note, is that the ability to alter a schema carries the ability to drop existing objects in that schema.
May 6, 2014 at 9:01 am
Thanks for the replies! Will that give the user the ability to create stored procedures on other schemas, say dbo?
Thanks again,
DK
May 6, 2014 at 9:04 am
No. By default, the user will have no permissions (ALTER) on the dbo schema. Give it a whirl.
May 6, 2014 at 11:11 am
Thanks!
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply