I created a default database and created some schemas within this database. I created users for each schema, now I want to give full permission to each user in their schema only, how should I do?
I created a default database and created some schemas within this database. I created users for each schema, now I want to give full permission to each user in their schema only, how should I do?
In a simple way it will look like this:
GRANT TAKE OWNERSHIP ON SCHEMA::Person TO USER_1
You need to see what level of permissions you want to give the user in question, you can remove all doubts at this URL MSDN
Properties of your SCHEMA > On the left tab, click on permissions > click Search (to search for the user) > just below are the permissions of the user on Schema