I am by no means an expert DBA.
We have a table with 6 million records. It has 4 indexes. One is a clustered primary key (consisting of 3 columns) and the other 3 are non-clustered on one column each.
If I reindex the table, the fragmentation goes down to near zero on all 4 indexes. However, the first time an application inserts records into the database, the clustered index becomes 99% fragmented.
Is there some sort of conflict going on between indexes or what might be causing this?
Thanks
We have a table with 6 million records. It has 4 indexes. One is a clustered primary key (consisting of 3 columns) and the other 3 are non-clustered on one column each.
If I reindex the table, the fragmentation goes down to near zero on all 4 indexes. However, the first time an application inserts records into the database, the clustered index becomes 99% fragmented.
Is there some sort of conflict going on between indexes or what might be causing this?
Thanks