- In the Database window, click Database Diagrams under Objects, click the database diagram you want to open, and then click Design on the database window toolbar.
- 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.
- Choose the Indexes/Keys tab.
- Select the index from the Column name list.
- In the Fill factor box, type a percentage from 0 to 100.
Specify a fill factor for an index on a view (Microsoft SQL Server 2000 only)
- In the Database window, click Queries under Objects, click the view you want to open, and then click Design on the database window toolbar.
- Right-click in the Query Designer, and choose Manage Indexes from the shortcut menu.
- Select the index from the Column name list.
- In the Fill factor box, type a percentage from 0 to 100.
For more information about fill factors and their uses, see the SQL Server documentation.