nerdexam
MicrosoftMicrosoft

70-465 · Question #103

70-465 Question #103: Real Exam Question with Answer & Explanation

Sign in or unlock 70-465 to reveal the answer and full explanation for question #103. The question stem and answer options stay visible for context.

Submitted by salim_om· Mar 5, 2026Design database security solutions

Question

You are the lead database administrator (DBA) of a Microsoft SQL Server 2012 environment. All DBAs are members of the DOMAIN\JrDBAs Active Directory group. You grant DOMAIN\JrDBAs access to the SQL Server. You need to create a server role named SpecialDBARole that can perform the following functions: - View all databases. - View the server state. - Assign GRANT, DENY, and REVOKE permissions on logins. You need to add DOMAIN\JrDBAs to the server role. You also need to provide the least level of privileges necessary. Which SQL statement or statements should you use? Choose all that apply.

Options

  • ACREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION setupadmin;
  • BALTER SERVER ROLE [SpecialDBARole] ADD MEMBER [DOMAIN\JrDBAs];
  • CCREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION securityadmin;
  • DGRANT VIEW DEFINITION TO [SpecialDBARole];
  • ECREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION serveradmin;
  • FGRANT VIEW SERVER STATE, VIEW ANY DATABASE TO [SpecialDBARole];

Unlock 70-465 to see the answer

You've previewed enough free 70-465 questions. Unlock 70-465 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Server roles#Permissions#Least privilege#SQL Server security#T-SQL security
Full 70-465 PracticeBrowse All 70-465 Questions