SQL Server 2008 SP3 Enterprise 64 bit on a Windows Server 2008 R2 Enterprise
In the steps above, Index Rebuild completed but Update Statistics failed on
Msg 9100, Level 23, State 2, Line 1
Possible index corruption detected. Run DBCC CHECKDB.
I understand that running a Statistics Update after an index rebuild is a waste, http://www.sqlskills.com/blogs/paul/search-engine-qa-10-rebuilding-indexes-and-updating-statistics/
However, I am trying to find out how there could be a index corruption right after a index rebuild. I ran a dbcc checkdb on the database where the corruption was encountered but the dbcc checkdb completed without any errors.
I then ran a update statistics on the same database following a successful dbcc checkdb but it failed with the same index corruption.
Please guide.