FIX: OrigFillFactor Reports Wrong Value for Non-Clustered Index

ID: Q165099


The information in this article applies to:

BUG#: 16553 (6.5)

SYMPTOMS

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

Shutting down and restarting the server may temporarily clear the symptoms of this problem. However, a shutdown is unnecessary when using the solution described in the WORKAROUND section of this article.


WORKAROUND

To work around this problem, specify a non-zero fillfactor when rebuilding the clustered index.


STATUS

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