﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 7,2000 / In The Enterprise  / Insufficient Buffer Space issues / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 08:41:11 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Insufficient Buffer Space issues</title><link>http://www.sqlservercentral.com/Forums/Topic708485-54-1.aspx</link><description>[quote][b]Pradyothana Shastry (5/19/2009)[/b][hr]Try thisDBCC freeproccacheDbcc dropcleanbuffers[/quote]By doing this, you know that you are clearing all the caches execution plans... Right? That will have a performance impact...</description><pubDate>Wed, 27 May 2009 08:19:20 GMT</pubDate><dc:creator>Roy Ernest</dc:creator></item><item><title>RE: Insufficient Buffer Space issues</title><link>http://www.sqlservercentral.com/Forums/Topic708485-54-1.aspx</link><description>Try thisDBCC freeproccacheDbcc dropcleanbuffers</description><pubDate>Tue, 19 May 2009 13:38:37 GMT</pubDate><dc:creator>Pradyothana Shastry</dc:creator></item><item><title>RE: Insufficient Buffer Space issues</title><link>http://www.sqlservercentral.com/Forums/Topic708485-54-1.aspx</link><description>we do not have stored procedures on this database.</description><pubDate>Tue, 12 May 2009 13:17:44 GMT</pubDate><dc:creator>sandy.chaudhary</dc:creator></item><item><title>RE: Insufficient Buffer Space issues</title><link>http://www.sqlservercentral.com/Forums/Topic708485-54-1.aspx</link><description>I have a feeling that quite a bit of your Stored Procs are compiled with out the "SET NOCOUNT ON" . This can eat up your Buffer Space. Restart will fix it but it will come back again if you have the above mentioned problem</description><pubDate>Tue, 12 May 2009 08:13:30 GMT</pubDate><dc:creator>Roy Ernest</dc:creator></item><item><title>Insufficient Buffer Space issues</title><link>http://www.sqlservercentral.com/Forums/Topic708485-54-1.aspx</link><description>We have a sql server 2000 SP4 install on Windows 2003. There are about 20 databases in this instance and at peak we see about 130 connections from various ERP/Analytics applications.SQl server is installed on box 1 and there are 3 other server boxes from where connections originate to the sql server databases.Of late on the application we have been seeing the following error. Some of the application uses a database driver from INET.&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;Errors&gt;&lt;Error ErrorCode="com.inet.tds.at"ErrorDescription="Error description not available" ErrorRelatedMoreInfo=""&gt;&lt;Attribute Name="ErrorCode" Value="com.inet.tds.at"/&gt;&lt;Attribute Name="ErrorDescription" Value="Error description not available"/&gt;&lt;Error ErrorCode=[b][/b]"[b]com.inet.tds.at" ErrorDescription="" ErrorRelatedMoreInfo="[TDS Driver]java.net.SocketException: recv failed: Insufficient buffer space"&gt;&lt;Stack&gt;com.inet.tds.at: [TDS Driver]java.net.SocketException: recv failed: Insufficient buffer space&amp;#xd;at com.inet.tds.aq.a(Lcom.inet.tds.k;Ljava.lang.Throwable;)Ljava.sql.SQLException;(Unknown Source)&amp;#xd; at com.inet.tds.TdsDriver.connect(Ljava.lang.String;Ljava.util.Properties;)Ljava.sql.Connection;(Unknown Source)&amp;#xd;[/b]at java.sql.DriverManager.getConnection(Ljava.lang.String;Ljava.util.Properties;Ljava.lang.ClassLoader;)Ljava.sql.Connection;(Unknown Source)&amp;#xd;We have monitored the incoming connections to the database and found that beyond 120 connections the application throw the above error.also, netstat results show about 4000 packets coming to the database server box.At this point, we made changes as per the following linkhttp://support.microsoft.com/default.aspx?scid=kb;EN-US;196271i.e MaxUserPort was made to max.i verified that the number of connections to sql server instance is 32667..However, with the above changes and the verification, the error still continues...Looking forward for the gurus to respond...thankssandeep</description><pubDate>Fri, 01 May 2009 08:31:07 GMT</pubDate><dc:creator>sandy.chaudhary</dc:creator></item></channel></rss>