You are a professional level SQL Sever 2008 Database. A new database application is
hosted by the instance. The security requirements should be designed for the application. A
unique login to the SQL Server 2008 server is assigned to each application user. Stored
procedures are included by the application database to execute stored procedures in the
MSDB database. SQLAgent jobs are scheduled by the stored procedures in the MSDB
database. Since you are the technical support, you are required to confirm that the stored
procedures in the MSDB database should be executed by utilizing the security context of
the application user. Which action should you perform?
A.
Each user should be added to the public role in the MSDB database.
B.
The new database should be set to utilize the TRUSTWORTHY option, and then each
user should be added o the MSDB database.
C.
Each user should be added to the db_dtsltduser database role in the MSDB database.
D.
The MSDB database should be set to utilize the TRUSTWORTHY option, and then each
user should be added to the MSDB database.