CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. GRANT VIEW SERVER STATE, VIEW ANY DATABASE TO [SpecialDBARole]; — đáp án hiện tại
  2. B. CREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION securityadmin; — đáp án hiện tại
  3. C. ALTER SERVER ROLE [SpecialDBARole] ADD MEMBER [DOMAIN\JrDBAs]; — đáp án hiện tại
  4. D. CREATE SERVER ROLE [SpecialDBARole]; AUTHORIZATION serveradmin;
  5. E. GRANT VIEW DEFINITION TO [SpecialDBARole];
  6. F. CREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION setupadmin;
  7. G. GRANT VIEW ANY DATABASE TO [SpecialDBARole];
  8. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề