Câu 24: 70-462: MCSA Administering Microsoft SQL Server 20122014 Databases
You are the lead database administrator (DBA) of a Microsoft SQL Server 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.…
Nội dung câu hỏi
You are the lead database administrator (DBA) of a Microsoft SQL Server 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 three SQL statements should you use? Each correct answer presents part of the solution.
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. GRANT VIEW SERVER STATE, VIEW ANY DATABASE TO [SpecialDBARole]; — đáp án hiện tại
- B. CREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION securityadmin; — đáp án hiện tại
- C. ALTER SERVER ROLE [SpecialDBARole] ADD MEMBER [DOMAIN\JrDBAs]; — đáp án hiện tại
- D. CREATE SERVER ROLE [SpecialDBARole]; AUTHORIZATION serveradmin;
- E. GRANT VIEW DEFINITION TO [SpecialDBARole];
- F. CREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION setupadmin;
- G. GRANT VIEW ANY DATABASE TO [SpecialDBARole];
- H. CREATE SERVER ROLE [SpecialDBARole]; AUTHORIZATION sysadmin
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.