Hi,
I am examining the weekly index defrag report... I run DBCC REINDEX on a weekly basis on indexes that are fragmented.
This is weird. One of the indexes that was reindexed was an index on a numeric ID field - it's a nonclustered, unique, primary key index - don't ask me why this is a non-clustered field, I didn't create it.
No updates take place on this field.
So, how could this index be getting fragmented if no updates are taking place??
Thanks
I am examining the weekly index defrag report... I run DBCC REINDEX on a weekly basis on indexes that are fragmented.
This is weird. One of the indexes that was reindexed was an index on a numeric ID field - it's a nonclustered, unique, primary key index - don't ask me why this is a non-clustered field, I didn't create it.
No updates take place on this field.
So, how could this index be getting fragmented if no updates are taking place??
Thanks