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

Câu 14: 70-462: MCSA Administering Microsoft SQL Server 20122014 Databases

You are developing a database application by using Microsoft SQL Server 2012. You have a query that runs slower than expected. You need to capture execution plans that will include detailed information on missing indexes recommended by the query optimizer. What should you do?

Nội dung câu hỏi

You are developing a database application by using Microsoft SQL Server 2012. You have a query that runs slower than expected. You need to capture execution plans that will include detailed information on missing indexes recommended by the query optimizer. What should you do?

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. Add a HASH hint to the query.
  2. B. Add a LOOP hint to the query.
  3. C. Add a FORCESEEK hint to the query.
  4. D. Add an INCLUDE clause to the index.
  5. E. Add a FORCESCAN hint to the Attach query.
  6. F. Add a columnstore index to cover the query.
  7. G. Enable the optimize for ad hoc workloads option.
  8. H. Cover the unique clustered index with a columnstore index.
  9. I. Include a SET FORCEPLAN ON statement before you run the query.
  10. J. Include a SET STATISTICS PROFILE ON statement before you run the query.
  11. K. Include a SET STATISTICS SHOWPLAN_XML ON statement before you run the query. — đáp án hiện tại
  12. L. Include a SET TRANSACTION ISOLATION LEVEL REPEATABLE READ statement before you run the query.
  13. M. Include a SET TRANSACTION ISOLATION LEVEL SNAPSHOT statement before you run the query.
  14. N. Include a SET TRANSACTION ISOLATION LEVEL SERIALIZABLE statement before you run the query.

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ề