READ Free Dumps For Microsoft- 70-463
Question ID 22651 | You are designing a fact table in a SQL Server database. The fact table must meet the following requirements: |
Option A | Design a fact table with 5 dimensional key columns and 10 measure columns. Place the columnstore index on the dimensional key columns. |
Option B | Design a fact table with 5 dimensional key columns and 10 measure columns. Place the columnstore index on the measure columns. |
Option C | Design a fact table with 10 dimensional key columns and 5 measure columns. Place the columnstore index on the dimensional key columns and the measure columns. |
Option D | Design a fact table with 10 dimensional key columns and 5 measure columns. Place the columnstore index on only the measure columns. |
Correct Answer | C |
Question ID 22652 | You are designing a SQL Server Integration Services (SSIS) solution that will load multiple Online Transactional Processing (OLTP) data sources into a SQL Server |
Option A | Partition the fact table by month, and compress each partition. |
Option B | Partition the fact table by week. |
Option C | Partition the fact table by year. |
Option D | Partition the fact table by day, and compress each partition. |
Correct Answer | D |