Technology Software

How to Reindex in SQL 2000

    • 1). Click the Windows "Start" button on your SQL Server 2000 computer, and select "All Programs." Click "Microsoft SQL Server," then click the "Enterprise Manager" shortcut, which is the 2000 database editing software.

    • 2). Right-click the database that contains the tables you want to re-index, and select "Query Analyzer." Another application opens where you can type your re-index code.

    • 3). Type the following command in Query Analyzer to re-index a table:

      DBCC DBREINDEX ('customers', index_name, 80)

      Replace "customers" with the table name you want to re-index. Change "index_name" to your own index name on the table.

    • 4). Click "Run" in Query Analyzer to run the re-index code. It may take several minutes to complete the indexing of the table. When the process completes, Query Analyzer returns a "Success" message.

Related posts "Technology : Software"

Perform Better by Updating ATI 3200 Drivers

Software

Encrypt Files & Folders Easily With Fast File Encryption Software

Software

What Makes the Best Web-Based CRM For Small Business?

Software

Building A Personal Brand

Software

Speed Up Recruiting Process And Increase Productivity By 80

Software

The Advantages Of Using A Web-Based CRM System

Software

Virus Removal - Clean- Up Your System!

Software

How to Create a Relational Database

Software

How to Move Text in Google Docs

Software

Leave a Comment