PrepAway - Latest Free Exam Questions & Answers

You need to ensure that User1 can run sp1

Your company has a SQL Azure subscription.
You implement a database named Database1. Database1 has two tables named Table1 and Table2.
You create a stored procedure named sp1. Sp1 reads data from Table1 and inserts data into Table2.
A user named User1 informs you that he is unable to run sp1.
You verify that User1 has the SELECT permission on Table1 and Table2.
You need to ensure that User1 can run sp1. The solution must minimize the number of permissions assigned to
User1.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Change sp1 to run as the saUser.

B.
Grant User1 the EXECUTE permission on sp1.

C.
Add User1 to the db_datawriter role.

D.
Grant User1 the INSERT permission on Table2.

Explanation:
http://msdn.microsoft.com/en-us/library/ms191291.aspx

One Comment on “You need to ensure that User1 can run sp1


Leave a Reply