September 21, 2004 03:21 PM
Automatic Reindexing
This DBCC SHOWCONTIG utility takes the stress out of index defragmentation
Rating:

(0)
SQL Server Magazine
InstantDoc ID #43783
Performing routine database maintenance such as reindexing is important for keeping your databases running at peak performance. When you use INSERT, UPDATE, and DELETE statements to modify table data, indexes can become fragmented. Index fragmentation can happen when the logical sequence of pages is disrupted or when an index page contains less than its maximum amount of data, creating a gap in the data page or index. As indexes become fragmented, you get inefficient data reads when accessing tables and slower database performance.
But...
You must be a paid Professional Member to access this entire article.
Already a Professional Member? Please log in now: