Results 1 to 2 of 2

Thread: Rebuild Index Script

  1. #1
    Join Date
    Oct 2002
    Posts
    16

    Rebuild Index Script

    Hi,

    Does anyone have Rebuild Index Script for entire database?

    Thanks in advance...j

  2. #2
    Join Date
    Nov 2002
    Location
    DE
    Posts
    246
    You do not mention on which RDBMS you are working. But on SQL Server there are several possibilities to achieve that.

    1) Create a Maintenance plan which rebuilds the indexes

    2) Look up usage ob DBCC in BOL
    3) Script all tables including Indexes and derive the bits and pieces to rebuild the indexes from the script

Posting Permissions

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