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)- A9% (3)
- B3% (1)
- C14% (5)
- D74% (26)
Community Discussion
No community discussion yet for this question.