Câu 42: 70-462: MCSA Administering Microsoft SQL Server 20122014 Databases
You manage a server that has SQL Server installed and hosts databases for five applications. Each application has a different login to the SQL Server instance. You need to create a TCP endpoint to be used only by a login named Application3. The solution must ensure that Application3 only uses the new endpoint. Which t…
Nội dung câu hỏi
You manage a server that has SQL Server installed and hosts databases for five applications. Each application has a different login to the SQL Server instance. You need to create a TCP endpoint to be used only by a login named Application3. The solution must ensure that Application3 only uses the new endpoint. Which three statements should you execute? 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 CONNECT ON ENDPOINT::[TSQL Default TCP] TO Application3 — đáp án hiện tại
- B. DENY CONNECT ON ENDPOINT::[TSQL Default TCP] TO Application3
- C. CREATE ENDPOINT Application3_EndPoint STATE=STARTED AS TCP (LISTENER_PORT=1388) — đáp án hiện tại
- D. GRANT .CONNECT ON ENDPOINT:: Application3_EndPoint TO Public
- E. GRANT CONNECT ON ENDPOINT::[TSQL Default TCP] TO PUBLIC
- F. REVOKE CONNECT ON ENDPOINT::[TSQL Default TCP] TO Application3
- G. REVOKE CONNECT ON ENDPOINT::[TSQL Default TCP] TO PUBLIC — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.