FIX: Server Out of Memory when Inserting into Text/Image Fields

Last reviewed: April 15, 1997
Article ID: Q158763
The information in this article applies to:
  • Microsoft Open Database Connectivity Driver versions 2.5 and 2.65
BUG #: 16076 (NT: 6.5)

SYMPTOMS

Using the 32-bit SQL Server Open Database Connectivity (ODBC) driver to insert chunks of data into text/image columns with the SQLPutData API may cause error 701, "There is insufficient memory to execute the query," from SQL Server 6.5.

WORKAROUND

The amount of data inserted into the image/text field can be increased by increasing the amount of memory allocated to SQL Server and the amount of memory allocated to the procedure cache.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft ODBC driver versions 2.5 and 2.65. This problem has been corrected in the SQL Server ODBC driver included with the U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.

MORE INFORMATION

If your system is configured to the minimal SQL Server configuration of 8 MB of memory and 30 percent of memory allocated to the procedure cache, data that is over 2 MB in size may exhibit the problem. Data of about 1 MB in size does not exhibit any problem.


Additional query words: blob
Keywords : kbfix6.50.sp2 kbusage SSrvGen
Version : 2.5 2.65
Platform : WINDOWS


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