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

Câu 20: 70-762: Developing SQL Databases

You have a relational data warehouse that contains 1 TB of data. You have a stored procedure named usp_sp1 that generated an HTML fragment. The HTML fragment contains color and font style. You need to return the HTML fragment. What should you do?

Nội dung câu hỏi

You have a relational data warehouse that contains 1 TB of data. You have a stored procedure named usp_sp1 that generated an HTML fragment. The HTML fragment contains color and font style. You need to return the HTML fragment. 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. Use the NOLOCK option.
  2. B. Execute the DBCC UPDATEUSAGE statement.
  3. C. Use the max worker threads option.
  4. D. Use a table-valued parameter.
  5. E. Set SET ALLOW_SNAPSHOT_ISOLATION to ON.
  6. F. Set SET XACT_ABORT to ON.
  7. G. Execute the ALTER TABLE T1 SET (LOCK_ESCALATION = AUTO); statement. — đáp án hiện tại
  8. H. Use the OUTPUT parameters.

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ề