Which Transact-SQL statement should you use?

You administer a SQL Server 2012 server that contains a database named SalesDb. SalesDb contains
a schema named Customers that has a table named Regions. A user named UserA is a member of a
role named Sales. UserA is granted the Select permission on the Regions table. The Sales role is
granted the Select permission on the Customers schema.
You need to ensure that the following requirements are met:
The Sales role does not have the Select permission on the Customers schema.
UserA has the Select permission on the Regions table.
Which Transact-SQL statement should you use?

You administer a SQL Server 2012 server that contains a database named SalesDb. SalesDb contains
a schema named Customers that has a table named Regions. A user named UserA is a member of a
role named Sales. UserA is granted the Select permission on the Regions table. The Sales role is
granted the Select permission on the Customers schema.
You need to ensure that the following requirements are met:
The Sales role does not have the Select permission on the Customers schema.
UserA has the Select permission on the Regions table.
Which Transact-SQL statement should you use?

A.
DENY SELECT ON Object::Regions FROM Sales

B.
DENY SELECT ON Schema::Customers FROM Sales

C.
REVOKE SELECT ON Object::Regions FROM Sales

D.
REVOKE SELECT ON Schema::Customers FROM Sales

E.
DENY SELECT ON Object::Regions FROM UserA

F.
DENY SELECT ON Schema::Customers FROM UserA

G.
REVOKE SELECT ON Object::Regions FROM UserA

H.
REVOKE SELECT ON Schema::Customers FOR UserA

I.
EXEC sp_addrolemember ‘Sales’, ‘UserA’

J.
EXEC sp_droprolemember ‘Sales’, ‘UserA’

Explanation:
http://msdn.microsoft.com/en-us/library/ms188369.aspx
http://msdn.microsoft.com/en-us/library/ms187750.aspx
http://msdn.microsoft.com/en-us/library/ff848791.aspx



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Henry Figgins

Henry Figgins

Skip ahead to 171, the next questions are all 70-461 questions, which you all should have already passed as the test number precedes this one

David

David

144-150 is 461 as well

David

David

The question is: will you get those 461 questions at the 70-462 exam?

Babu

Babu

Thanks for the information david & henry ..