FIX: Existing Fill Factor Changed w/ Rebuild of Clustered IndexLast reviewed: June 27, 1997Article ID: Q165560 |
The information in this article applies to:
SYMPTOMSAfter 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. This happens only when the index is rebuilt using the "DBCC DBREINDEX" routine. WORKAROUND When 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 : kbbug6.50 SSrvAdmin SSrvGen
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |