If you’ve gone through the steps for changing the default fill factor in SQL Server, but it doesn’t seem to be taking effect on newly created indexes, it could be because you’ve missed one or two crucial steps.
This issue can also be seen by comparing the value
and value_in_use
columns when querying the sys.configuration
view or using sp_configure
to view the current setting.