PrepAway - Latest Free Exam Questions & Answers

Which three actions should you perform in sequence?

DRAG DROP
You are building a fact table in a data warehouse.
The table must have a columnstore index. The table cannot be partitioned.
You need to design the fact table and load it with data.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)

PrepAway - Latest Free Exam Questions & Answers

Answer: See the explanation.

Explanation:
Box 1: Create the fact table.
Box 2: Create the columnstore index with the MAXDOP keyword.
Box 3: Load the data.

8 Comments on “Which three actions should you perform in sequence?

    1. dennis says:

      the answer provided initially is correct.

      We specify the MAXDOP option, because the ASC and INCLUDE options cannot be used when creating Nonclustered columnstore indexes




      1



      0
    1. Dan says:

      While true, you can have a column store index on the table without data in it, you can’t load data while that index is enabled. Disabling the index, loading the data, then enabling the index will cause a rebuild of the index. Doing this would be two additional steps (disable, enable), which aren’t listed, and there is no advantage to doing that in the first place since this is a new table.

      Even if the index could exist in an enabled state (if this were not a columnstore index), that would have a significant negative impact on write performance against the table.

      Create the table, load the data, create the index.




      2



      0

Leave a Reply