Microsoft SQL Server 2000 Index Defragmentation Best Practices

By Bill Graziano on 2 May 2004 | Tags: Indexes


As Microsoft SQL Server 2000 maintains indexes to reflect updates to their underlying tables, these indexes can become fragmented. Depending on workload characteristics, this fragmentation can adversely affect workload performance. This white paper provides information to help you determine whether you should defragment table indexes to benefit workload performance. To defragment indexes, SQL Server 2000 provides several statements. This white paper compares two of those statements: DBCC DBREINDEX and DBCC INDEXDEFRAG.

Link: Microsoft SQL Server 2000 Index Defragmentation Best Practices


Related Articles

Using Included Columns in SQL Server 2005 (14 January 2008)

SQL Server Indexes: The Basics (26 November 2007)

Using Indexed Computed Columns to Improve Performance (16 January 2007)

The Cost of GUIDs as Primary Keys (8 January 2005)

Optimizing Performance / Indexes on Temp Tables (5 January 2004)

MSDN: Improving Performance with SQL Server 2000 Indexed Views (5 October 2000)

MSDN: Index Tuning Wizard for Microsoft SQL Server 2000 (4 October 2000)

Using a Covered Index (7 September 2000)

Other Recent Forum Posts

How to remove all text inside brackets in sql server and return only text to the left of this (20h)

Get first datetime and last datetime on a single row (22h)

SQL to One to Many (1d)

Help adding another case to subquery. I am trying to pull the bin label and warehouse but I am having trouble adding another case to subquery? (2d)

How to concatenat just non null value (2d)

AWS RDS for SQL Server - Backup to/Restore from s3 - Multiple Account Scenario (3d)

Separate values which are not delimited (5d)

Finding Number of Virtual Cores Assigned to SQL Guests (6d)

- Advertisement -