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

Câu 53: 70-466: Implementing Data Models and Reports with Microsoft SQL Server 2012

You are planning to develop a SQL Server Analysis Services (SSAS) tabular project. The project will be deployed to a SSAS server that has 16 GB of RAM. The project will source data from a SQL Server database that contains a fact table named Sales. The fact table has more than 60 billion rows of data. You need to selec…

Nội dung câu hỏi

You are planning to develop a SQL Server Analysis Services (SSAS) tabular project. The project will be deployed to a SSAS server that has 16 GB of RAM. The project will source data from a SQL Server database that contains a fact table named Sales. The fact table has more than 60 billion rows of data. You need to select an appropriate design to maximize query performance. Which data access strategy should you use? (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. Configure the database to use DirectQuery mode. Create a clustered index which includes all of the foreign key columns of the fact table.
  2. B. Configure the database to use In-Memory mode. Create a clustered index which includes all of the foreign key columns of the fact table.
  3. C. Configure the database to use In-Memory mode. Create a columnstore index on all the columns of the fact table.
  4. D. Configure the database to use DirectQuery mode. Create a columnstore index on all the columns of the fact table. — đá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.

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ề