InterviewSolution
Saved Bookmarks
| 1. |
What Is Fill Factor? |
|
Answer» Fill FACTOR is a setting that is applicable to Indexes in SQL Server. The fill factor value determines how much DATA is written to an INDEX PAGE when it is created / rebuilt. Fill Factor is a setting that is applicable to Indexes in SQL Server. The fill factor value determines how much data is written to an index page when it is created / rebuilt. |
|