Setting fillfactor values

sp_chgattribute allows you to store a fillfactor percentage for each index and for the table. The fillfactor you set with sp_chgattribute is applied when you:

The stored fillfactor is not applied when nonclustered indexes are rebuilt as a result of a create clustered index command: