FIX: Index Tuning Wizard Recommends That Indexes for System Tables Be Dropped (224805)



The information in this article applies to:

  • Microsoft SQL Server 7.0

This article was previously published under Q224805
BUG #: 53205 (SQLBUG_70)

SYMPTOMS

While analyzing certain queries using the Index Tuning Wizard, it may recommend that indexes for system tables be dropped if the wizard is run with the following options set:
  • Perform Thorough Analysis is selected.
  • Keep All Existing Indexes is not selected.
NOTE: Do not drop any indexes on system tables regardless of the recommendations made by the Index Tuning Wizard.

WORKAROUND

Either of the following should prevent the problem from occurring:
  1. Make sure that the "Keep All existing indexes" is selected.
  2. Choose the "Save Script file" option in the Index Tuning Wizard, then edit it and remove the commands that drop the system table indexes before running the Index Tuning Wizard.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

232570INF: How to Obtain Service Pack 1 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0

For more information, contact your primary support provider.

Modification Type:MajorLast Reviewed:3/14/2006
Keywords:kbBug kbfix kbSQLServ700sp1fix KB224805