Firecat1970
IS-IT--Management
Hello friends,
My database has daily update statistics. And I have never done any REINDEX for the last 2 years.
When I did some DBCC SHOWCONTIG on some major tables (~1 mil records per table), I saw a rather low Scan Density %, high logical scan fragmentation %, about 50% page density
I was wondering if a total REINDEXING would make things faster, I did and it of course shrink a lot of the indexes and make their average density higher. The DBCC SHOWCONTIG is showing better values... but when I execute some long running reports, it is not showing too much of an improvement.
Can I say that daily/weekly UPDATE STATISTICS is good enough, while REINDEXING can be done say twice a year?
Cheers!
My database has daily update statistics. And I have never done any REINDEX for the last 2 years.
When I did some DBCC SHOWCONTIG on some major tables (~1 mil records per table), I saw a rather low Scan Density %, high logical scan fragmentation %, about 50% page density
I was wondering if a total REINDEXING would make things faster, I did and it of course shrink a lot of the indexes and make their average density higher. The DBCC SHOWCONTIG is showing better values... but when I execute some long running reports, it is not showing too much of an improvement.
Can I say that daily/weekly UPDATE STATISTICS is good enough, while REINDEXING can be done say twice a year?
Cheers!