FIX: OrigFillFactor Reports Wrong Value for Non-Clustered Index (165099)
The information in this article applies to:
This article was previously published under Q165099
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:
164578
: 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.
Modification Type: | Major | Last Reviewed: | 10/3/2003 |
---|
Keywords: | kbBug kbfix KB165099 |
---|
|