Reindex sequence

  • 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...

  • you could try first DBCC INDEXDEFRAG to avoid locking.

  • Sorry, i forgot to mention that i'm working over SQL7, i think that this command works only in 2000

  • Still waiting...anybody can help me?

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply