INF: SQL Row Size Limited to 1962 Characters

Last reviewed: April 25, 1997
Article ID: Q42745

The information in this article applies to:

  - Microsoft SQL Server version 4.2 for OS/2

A single row of data in a table is limited to 1962 characters. This limits the size of the fixed-length data when creating a table. For example, if you wanted 12 "columns" of 255 characters = 3060, this would not be allowed. However, you can create a table with 12 "columns" of varchar 255. The row-size limit is still enforced; however, you can have any combination of field lengths of actual data, as long as the sum is not more than 1962 characters. For example, with 12 fields of varchar 255, if every field only has 100 characters of actual data, for a total of 1200 characters, this is still under the 1962-character limit and should be allowed.

There are additional considerations when dealing with varchar or char when using null characters.


Additional query words: Optimization and tuning
Keywords : kbother SSrvServer
Version : 4.2
Platform : OS/2


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 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.