I have to recreate some indexes that show high fragmentation, and i was thinking if this is a correct scenario (and sequence):
- Execute DBCC DBREINDEX over this indexes
- Run UPDATE STATISTICS over this indexes
- DBCC UPDATEUSAGE(DB) over the entire db
I hear you...