Hello,
I am trying to solve a disagreement with a coworker.
Does running DBCC REINDEX on a heap table have any effect?
My position is no, it does not. A run of DBCC SHOWCONTIG before and after shows that the statistics do NOT change whatsoever.
However, his position is that by running DBCC REINDEX will improve the performance of the index.
Who is right?
I am trying to solve a disagreement with a coworker.
Does running DBCC REINDEX on a heap table have any effect?
My position is no, it does not. A run of DBCC SHOWCONTIG before and after shows that the statistics do NOT change whatsoever.
However, his position is that by running DBCC REINDEX will improve the performance of the index.
Who is right?