The information in this article applies to:
BUG #: 16418 (6.5) SYMPTOMS
After rebuilding the clustered index, Sysindexes.OrigFillFactor for all the
existing non-clustered indexes on a table gets overwritten to that of the
clustered index OrigFillFactor value.
WORKAROUNDWhen rebuilding the clustered index, avoid using DBCC DBREINDEX, and instead use the ANSI SQL commands DROP INDEX and CREATE INDEX. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.
Keywords : SSrvAdmin SSrvGen kbbug6.50 |
Last Reviewed: April 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |