nerdexam
Microsoft

70-459 · Question #23

You have an index for a table in a SQL Azure database. The database is used for Online Transaction Processing (OLTP). You discover that many page splits occur when records are inserted or updated in…

The correct answer is D. FILLFACTOR = 80. See the full explanation below for the reasoning.

Question

You have an index for a table in a SQL Azure database. The database is used for Online Transaction Processing (OLTP). You discover that many page splits occur when records are inserted or updated in the table. You need to minimize the number of page splits. What should you set from the index options?

Options

  • AFILLFACTOR = 0
  • BSTATISTICS_NORECOMPUTE = ON
  • CSTATISTICS_NORECOMPUTE = OFF
  • DFILLFACTOR = 80

How the community answered

(35 responses)
  • A
    9% (3)
  • B
    3% (1)
  • C
    14% (5)
  • D
    74% (26)

Community Discussion

No community discussion yet for this question.

Full 70-459 Practice