FIX: OrigFillFactor Reports Wrong Value for Non-Clustered IndexID: Q165099
|
OrigFillFactor reports the incorrect value for a non-clustered index once
a clustered index is rebuilt with "zero" fillfactor using DBCC DBREINDEX.
Another possible side effect of specifying a zero fillfactor is the
intermittent problem of the users of the database in question experiencing
error 1105 on the "default" segment, even though there is plenty of space
available for this segment within the database. This problem is described
more fully in the following article in the Microsoft Knowledge Base:
Q164578 : BUG: Error 1105 on Default Segment When Running DBCC DBREINDEX
To work around this problem, specify a non-zero fillfactor when rebuilding the clustered 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 kbfix6.50.sp3
Version : 6.5
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 9, 1999