Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

How can I give permissions to specific schema only for a user?

$
0
0
Hello,I created a new login and then created a new user [COM] in DB with default schema pointing to [COM]I created then schema [COM] WITH AUTHORIZATION [COM]I want this [COM] user to have all permissions it needs on [COM] schema only. How do I do that? When I try to create table [Com].Table it gives me permission denied.What am I missing?

Viewing all articles
Browse latest Browse all 3145

Trending Articles