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

Câu 25: 70-467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

You are designing an extract, transform, load (ETL) process for loading data from a SQL Azure database into a large fact table in a data warehouse each day with the prior day's sales data. The ETL process for the fact table must meet the following requirements: ✑ Load new data in the shortest possible time. ✑ Remove d…

Nội dung câu hỏi

You are designing an extract, transform, load (ETL) process for loading data from a SQL Azure database into a large fact table in a data warehouse each day with the prior day's sales data. The ETL process for the fact table must meet the following requirements: ✑ Load new data in the shortest possible time. ✑ Remove data that is more than 36 months old. ✑ Minimize record locking. ✑ Minimize impact on the transaction log. You need to design an ETL process that meets the requirements. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

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. Partition the fact table by date. Insert new data directly into the fact table and delete old data directly from the fact table.
  2. B. Partition the fact table by customer. Use partition switching both to remove old data and to load new data into each partition.
  3. C. Partition the fact table by date. Use partition switching and staging tables both to remove old data and to load new data. — đáp án hiện tại
  4. D. Partition the fact table by date. Use partition switching and a staging table to remove old data. Insert new data directly into the fact table.

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ề