You need to grant the minimum possible privileges to the QA testers

You are administering SQL Server Integration Services (SSIS) permissions on a production
server that runs SQL Server 2012.
Quality Assurance (QA) testers in the company must have permission to perform the
following tasks on specific projects:
View and validate projects and packages
View Environments and Environment variables
Execute packages
You need to grant the minimum possible privileges to the QA testers.
What should you do? (Each correct answer presents part of the solution. Choose all that
apply.)

You are administering SQL Server Integration Services (SSIS) permissions on a production
server that runs SQL Server 2012.
Quality Assurance (QA) testers in the company must have permission to perform the
following tasks on specific projects:
View and validate projects and packages
View Environments and Environment variables
Execute packages
You need to grant the minimum possible privileges to the QA testers.
What should you do? (Each correct answer presents part of the solution. Choose all that
apply.)

A.
In the SSISDB database, add QA Tester logons to the ssis_admin role.

B.
In the msdb database, add QA Tester logons to the db_ssisoperator role.

C.
Grant Modify permission in the projects to the QA Tester logons.

D.
Grant Read permission in the SSIS catalog folder, the projects, and the Environments to
the QA Tester logons.

E.
Grant Execute permission in the projects to the QA Tester logons.

F.
In the msdb database, add QA Tester logons to the db_ssisItduser role.



Leave a Reply 8

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


Henry Figgins

Henry Figgins

Why not BDE. Without B, you won’t have access to any of the packages hiding in the msdb and you have to be able to validate and execute packages and projects.

name

name

yes, why you excluding B?

?

?

so which are correct?