Which three actions should you perform in sequence?

DRAG DROP
You deploy a new Microsoft Azure SQL Database instance to support a variety of mobile applications and public websites. You plan to create a new security principal named User1.
The principal must have access to select all current and future objects in a database named Reporting. The activity and authentication of the database user must be limited to the Reporting database.
You need to create the new security principal.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

microsoft-exams

One thought on “Which three actions should you perform in sequence?

  1. The correct answer:
    1) Create connection to reporting database because “The activity and authentication of the database user must be limited to the Reporting database.”
    2) Create User User1 with password = ‘Pa$$w0rd’
    3) EXEC sp_addrolemember ‘db_datareader’, ‘User1’

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.