Specifying a Fill Factor for an Index
You can identify a fill factor to specify how full each
It is seldom necessary to specify a fill factor when you create an index. The option is provided for fine-tuning performance. It is useful when you are creating a new index on a table with existing data, and particularly when you can accurately predict future changes in that data.
To specify a fill factor for an index on a table
- In your database diagram, right-click the table containing the index for which you want to specify a fill factor, and choose Properties from the shortcut menu.
-or-
Open the Table Designer for the table containing the index for which you want to specify a fill factor, right-click in the Table Designer, and choose Properties from the shortcut menu.
- Choose the Indexes/Keys tab.
- Select the index from the Selected index list.
- In the Fill factor box, type a percentage from 0 to 100.
To specify a fill factor for an index on a view
- Open the View Designer for the view containing the index for which you want to specify a fill factor, right-click in the View Designer, and choose Manage Indexes from the shortcut menu.
- Select the index from the Selected index list.
- In the Fill factor box, type a percentage from 0 to 100.
For more information about fill factors and their uses, seeĀ SQL Server Books Online.