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.
- A. Use the NOLOCK option.
- B. Execute the DBCC UPDATEUSAGE statement.
- C. Use the max worker threads option.
- D. Use a table-valued parameter.
- E. Set SET ALLOW_SNAPSHOT_ISOLATION to ON.
- F. Set SET XACT_ABORT to ON.
- G. Execute the ALTER TABLE T1 SET (LOCK_ESCALATION = AUTO); statement. — đáp án hiện tại
- 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.