Hi,
I have a weekly job that examines the index fragmentation of all tables in a given database.
If the index fragmentation reaches a certain threshhold, then it runs DBCC DBREINDEX against the table, with a fillfactor of 75 (the decision to use 75 was somewhat arbitrary on my part).
However, I am noticing that the same tables are being reindexed on a weekly basis, which would indicate to me that 75 is not a sufficient fill factor. That is, maybe it should be lower? - like 60 or 50
This seems to be a rather trial and error process... but does my reasoning to lower the fill factor to 50 or 60 sound right? (and keep monitoring of course)
Thanks
I have a weekly job that examines the index fragmentation of all tables in a given database.
If the index fragmentation reaches a certain threshhold, then it runs DBCC DBREINDEX against the table, with a fillfactor of 75 (the decision to use 75 was somewhat arbitrary on my part).
However, I am noticing that the same tables are being reindexed on a weekly basis, which would indicate to me that 75 is not a sufficient fill factor. That is, maybe it should be lower? - like 60 or 50
This seems to be a rather trial and error process... but does my reasoning to lower the fill factor to 50 or 60 sound right? (and keep monitoring of course)
Thanks