70-450 · Question #52
70-450 Question #52: Real Exam Question with Answer & Explanation
The correct answer is C. Configure the new database to use the TRUSTWORTHY option, and then add each user. If this ever actually comes up, you may want to re-think your application design. Presumably, the application users are logging in to the app database. Since this database is trusted, and the users exist in MSDB, the users will be able to schedule jobs via the mechanism in the qu
Question
Options
- AAdd each user to the public role in the MSDB database.
- BAdd each user to the db_dtsltduser database role in the MSDB database.
- CConfigure the new database to use the TRUSTWORTHY option, and then add each user
- DConfigure the MSDB database to use the TRUSTWORTHY option, and then add each user
Explanation
If this ever actually comes up, you may want to re-think your application design. Presumably, the application users are logging in to the app database. Since this database is trusted, and the users exist in MSDB, the users will be able to schedule jobs via the mechanism in the question... which probably is not a good idea.
Community Discussion
No community discussion yet for this question.