The information in this article applies to:
BUG #: 18644 (SQLBUG_65) SYMPTOMS
DBCC SHOW_CONTIG returns a negative value for "Avg. Page Density" and an "Avg. Bytes free per page" value that is greater than the page size. The values resemble the following:
CAUSEWhen pages belonging to the relevant object contain more than 2,014 bytes of information, (excluding page header data), the results shown in the SYMPTOMS section of this article are produced. Because a page cannot contain more than 2,016 bytes, this problem only occurs if pages contain exactly 2,015 or 2,016 bytes of information. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5. MORE INFORMATION
This scenario may occur when there is no free space on the page, and it can be considered to indicate a value of 0 for free space on the page and a page density of 100 percent.
Additional query words: minus
Keywords : SSrvTran_SQL kbbug6.50 |
Last Reviewed: March 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |