FIX: Existing Fill Factor Changed w/ Rebuild of Clustered IndexID: Q165560
|
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.
This happens only when the index is rebuilt using the "DBCC DBREINDEX"
routine.
When rebuilding the clustered index, avoid using DBCC DBREINDEX, and instead use the ANSI SQL commands DROP INDEX and CREATE INDEX.
Microsoft 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
Version : 6.5
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 9, 1999