Which two permission or permissions should you assign to UserC?

You administer a Microsoft SQL Server database. The database has a table named Customers

owned by UserA and another table named Orders owned by UserB. You also have a stored procedure named GetCustomerOrderInfo owned by UserB. GetCustomerOrderInfo selects data from both tables.

You create a new user named UserC.

You need to ensure that UserC can call the GetCustomerOrderInfo stored procedure. You also need to assign only the minimum required permissions to UserC.

Which two permission or permissions should you assign to UserC? Each correct answer presents part of the solution.
A . The Select permission on Customers
B . The Execute permission on GetCustomerOrderInfo
C . The Take Ownership permission on Customers
D . The Control permission on GetCustomerOrderInfo
E . The Take Ownership permission on Orders
F . The Select permission on Orders

Answer: A,B

Explanation:

Execute permission on the Stored procedure is the minimal permission that is required. Select permission is not necessary.

References: http://msdn.microsoft.com/en-us/library/ms188676.aspx http://stackoverflow.com/questions/2212044/sql-server-how-to-permission-schemas http://sqlservercentral.com/blogs/steve_jones/2012/03/14/ownership-chains-in-sql-server

Latest 70-462 Dumps Valid Version with 301 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments