nerdexam
Microsoft

98-364 · Question #13

You manage a large database named Sales. The Sales database contains a table named OrderDetails, which is a heavily transacted table with frequent inserts. Indexes in the table often become…

The correct answer is C. Change the fillfactor for the indexes to 60. See the full explanation below for the reasoning.

Question

You manage a large database named Sales. The Sales database contains a table named OrderDetails, which is a heavily transacted table with frequent inserts. Indexes in the table often become fragmented due to excessive page splitting. You want to minimize the amount of fragmentation due to page splits. What should you do?

Options

  • AUpdate the statistics on the indexes.
  • BChange the fillfactor for the indexes to 100.
  • CChange the fillfactor for the indexes to 60.
  • DChange the fillfactor for the indexes to 0.

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    11% (5)
  • C
    78% (35)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice