Results 1 to 3 of 3

Thread: Rebuilding the index

  1. #1
    Join Date
    May 2010
    Posts
    1

    Rebuilding the index

    While rebuilding the index, does rebuilding of index locks the database ? If yes, how can we prevent locking of database while rebuilding the index?

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    You can rebuild index online with certain restrictions in enterprise edition.

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can partition the table and rebuild index on partition by partition so that only partition rows are locked.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •