INF: Text/Image Data Page Calculation Formula Is Wrong

Last reviewed: April 28, 1997
Article ID: Q88489

The information in this article applies to:

  - Microsoft SQL Server version 4.2 for OS/2

The "System Administrator's Guide" incorrectly states in Appendix A on page 250 a formula to calculate the number of text/image pages that will be used for a single entry. The documentation states:

   The text chains that store text and image data have 112 bytes of
   overhead per page. Use the following formula to calculate the
   number of text chain pages that a particular entry will use:

      Data Length / 1936 = Number of 2K Pages

This formula is incorrect. The actual maximum amount of data that can be stored on a text/image data page is 1800 bytes.

To correctly calculate the number of text chain pages that a particular entry will use, the formula should be:

   Data Length / 1800 = Number of 2K Pages


Additional query words: database size
Keywords : kbother SSrvServer
Version : 4.2
Platform : OS/2
Issue type : kbdocerr


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 28, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.