<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Fix : Error 701 There is insufficient system memory to run this query</title>
	<atom:link href="http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: DBA</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-231720</link>
		<dc:creator><![CDATA[DBA]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 08:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-231720</guid>
		<description><![CDATA[Re: Additionally following DBCC Commands can be ran to free memory:

    DBCC FREESYSTEMCACHE
    DBCC FREESESSIONCACHE
    DBCC FREEPROCCACHE


How will running these fix the problem? If these are run in a production system then this can cause other performance problems. This is extremely bad advice!

DBA]]></description>
		<content:encoded><![CDATA[<p>Re: Additionally following DBCC Commands can be ran to free memory:</p>
<p>    DBCC FREESYSTEMCACHE<br />
    DBCC FREESESSIONCACHE<br />
    DBCC FREEPROCCACHE</p>
<p>How will running these fix the problem? If these are run in a production system then this can cause other performance problems. This is extremely bad advice!</p>
<p>DBA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdamS</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-180309</link>
		<dc:creator><![CDATA[AdamS]]></dc:creator>
		<pubDate>Tue, 18 Oct 2011 11:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-180309</guid>
		<description><![CDATA[I’ve also been thinking the very same idea myself recently. Delighted to see an individual on the same wavelength! Nice article.]]></description>
		<content:encoded><![CDATA[<p>I’ve also been thinking the very same idea myself recently. Delighted to see an individual on the same wavelength! Nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rianus</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-117733</link>
		<dc:creator><![CDATA[rianus]]></dc:creator>
		<pubDate>Wed, 09 Feb 2011 15:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-117733</guid>
		<description><![CDATA[Dear All,

Please help me as I am suffering from the same error. We have a reporting toolthat works on the SQL2008. But it gives the same error. The memory min=0 and the max=2147483647 MB. The Minimum memory per query is 1024. 

Can anyone suggest why this occurs. Once this problem occurs I have to start the reporting toola nd also the sql express service.

Your reply is appreciated. Thanks in advance..]]></description>
		<content:encoded><![CDATA[<p>Dear All,</p>
<p>Please help me as I am suffering from the same error. We have a reporting toolthat works on the SQL2008. But it gives the same error. The memory min=0 and the max=2147483647 MB. The Minimum memory per query is 1024. </p>
<p>Can anyone suggest why this occurs. Once this problem occurs I have to start the reporting toola nd also the sql express service.</p>
<p>Your reply is appreciated. Thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-91133</link>
		<dc:creator><![CDATA[Jay]]></dc:creator>
		<pubDate>Mon, 04 Oct 2010 23:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-91133</guid>
		<description><![CDATA[Hey there. First of all thank you.. I have found your site to be a great resource on a couple of instances now, and I think you have helped me again. 

Here is what I found. I have a 64 bit Windows server running 32 bit SQL 2005 (SP3) 

I think the issue here is that I have 16GB physical memory on the server. My SQL MAX memory is set to 11000 MB, and my MIN is set at 0 

I have a system PageFile that is only 4GB. 

I have SQL running with a service account, and that service account did not have the system policy of &quot;Lock Pages in Memory&quot; 

Seems to me that if SQL is trying to Page out to the pagefile and its all full up , i might have troubles. Makes sense to me.]]></description>
		<content:encoded><![CDATA[<p>Hey there. First of all thank you.. I have found your site to be a great resource on a couple of instances now, and I think you have helped me again. </p>
<p>Here is what I found. I have a 64 bit Windows server running 32 bit SQL 2005 (SP3) </p>
<p>I think the issue here is that I have 16GB physical memory on the server. My SQL MAX memory is set to 11000 MB, and my MIN is set at 0 </p>
<p>I have a system PageFile that is only 4GB. </p>
<p>I have SQL running with a service account, and that service account did not have the system policy of &#8220;Lock Pages in Memory&#8221; </p>
<p>Seems to me that if SQL is trying to Page out to the pagefile and its all full up , i might have troubles. Makes sense to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ErikH</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-76154</link>
		<dc:creator><![CDATA[ErikH]]></dc:creator>
		<pubDate>Mon, 14 Jun 2010 08:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-76154</guid>
		<description><![CDATA[@ Pinal Dave: what are the standard values?
We have an W2k8 member server; x64 with 8 Gb physical memory; SQL 2008 and now and then (once a day) event ID 701.
Min memory = 0 max memory = 2147483647 MB
Min memory per query = 1024 KB]]></description>
		<content:encoded><![CDATA[<p>@ Pinal Dave: what are the standard values?<br />
We have an W2k8 member server; x64 with 8 Gb physical memory; SQL 2008 and now and then (once a day) event ID 701.<br />
Min memory = 0 max memory = 2147483647 MB<br />
Min memory per query = 1024 KB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-75510</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 17:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-75510</guid>
		<description><![CDATA[The maximum server memory on our server is set to 2147483647 MB and our virtual memory is 2046 MB, would the maximum server memory setting cause Error 701?  Do we need to set the max server memory to a realistic number?]]></description>
		<content:encoded><![CDATA[<p>The maximum server memory on our server is set to 2147483647 MB and our virtual memory is 2046 MB, would the maximum server memory setting cause Error 701?  Do we need to set the max server memory to a realistic number?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-60735</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-60735</guid>
		<description><![CDATA[Hello Parag,

Check the value of &quot;min memory per query&quot; option. Default value of this option is 1024 KB. Even not recommonded but you can try a lesser value for this option. Let us know if that helped. 

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello Parag,</p>
<p>Check the value of &#8220;min memory per query&#8221; option. Default value of this option is 1024 KB. Even not recommonded but you can try a lesser value for this option. Let us know if that helped. </p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parag</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-60707</link>
		<dc:creator><![CDATA[Parag]]></dc:creator>
		<pubDate>Fri, 05 Feb 2010 11:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-60707</guid>
		<description><![CDATA[WE are facting same problem. Is there any working solution for this? have tried everything mentioned above. Pls help.]]></description>
		<content:encoded><![CDATA[<p>WE are facting same problem. Is there any working solution for this? have tried everything mentioned above. Pls help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-55935</link>
		<dc:creator><![CDATA[Joseph]]></dc:creator>
		<pubDate>Thu, 17 Sep 2009 07:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-55935</guid>
		<description><![CDATA[Hi team,

I am getting the same error in my sql server. Please assist me to know where do is specify the min and max server memory.

I would be grateful to get this resolved.

Thanks,

Joseph]]></description>
		<content:encoded><![CDATA[<p>Hi team,</p>
<p>I am getting the same error in my sql server. Please assist me to know where do is specify the min and max server memory.</p>
<p>I would be grateful to get this resolved.</p>
<p>Thanks,</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kayi</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-52761</link>
		<dc:creator><![CDATA[Kayi]]></dc:creator>
		<pubDate>Fri, 05 Jun 2009 08:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-52761</guid>
		<description><![CDATA[Hi!

We had exactly the same problem, on Windows 2003 32 bit &amp; SQL 2005 SP2 with AWE enabled... Like Gode we configure Max server memory, first day it works but now it crashes again. 
I want to ask that what was your maximum server memory, GODE?

If anybody help us, I will be gratefull]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>We had exactly the same problem, on Windows 2003 32 bit &amp; SQL 2005 SP2 with AWE enabled&#8230; Like Gode we configure Max server memory, first day it works but now it crashes again.<br />
I want to ask that what was your maximum server memory, GODE?</p>
<p>If anybody help us, I will be gratefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-50413</link>
		<dc:creator><![CDATA[Imran]]></dc:creator>
		<pubDate>Thu, 02 Apr 2009 10:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-50413</guid>
		<description><![CDATA[Hi,

Im using Windows NT with sql server 6.5.
now i days i facing a problem when i m going enterprise manager and open the database, sql query, or any other option its shows the error msg.

 &quot;A Connection could not be establish to Fisher(Data base name). [SQL Server] There is insufficient system momory to run this query&quot;.


i change my system memory update virtual system memory.

Kindly tell me how i resolve this problem]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Im using Windows NT with sql server 6.5.<br />
now i days i facing a problem when i m going enterprise manager and open the database, sql query, or any other option its shows the error msg.</p>
<p> &#8220;A Connection could not be establish to Fisher(Data base name). [SQL Server] There is insufficient system momory to run this query&#8221;.</p>
<p>i change my system memory update virtual system memory.</p>
<p>Kindly tell me how i resolve this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagustin</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-44279</link>
		<dc:creator><![CDATA[Jagustin]]></dc:creator>
		<pubDate>Wed, 19 Nov 2008 05:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-44279</guid>
		<description><![CDATA[Hi, I have the same error;  I really worry about it, because some process (importantant process) that run in my applications made the error when they run; it&#039;s really important to solve this issue, I installed sp2 and the problem continue.. I also  executed a disk defracmentation  and the result  no&#039;t change.

Any other idea to solve the problem...
I really apreciate any help
thanks in advance.

Jagustin]]></description>
		<content:encoded><![CDATA[<p>Hi, I have the same error;  I really worry about it, because some process (importantant process) that run in my applications made the error when they run; it&#8217;s really important to solve this issue, I installed sp2 and the problem continue.. I also  executed a disk defracmentation  and the result  no&#8217;t change.</p>
<p>Any other idea to solve the problem&#8230;<br />
I really apreciate any help<br />
thanks in advance.</p>
<p>Jagustin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gode</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-43959</link>
		<dc:creator><![CDATA[Gode]]></dc:creator>
		<pubDate>Wed, 29 Oct 2008 13:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-43959</guid>
		<description><![CDATA[Hi!

We had exectly the same problem, on Windows 2003 32 bit &amp; SQL 2005 SP2 with AWE enabled, when trying to make Database Integrity Check (Database size 60GB, with one hudge, 22 GB Table. Yeah, I know, it&#039;s another problem and we are working on it :) ) there was &quot;Error 701 There is insufficient system memory to run this query&quot; error. After that, server was runngin slow, with strange errors in log, a lot of CLR errors and so on and the only solution was SQL Server restart. Also during working day, there were a lot of locks and sometimes the only solution was restarting the server, because killing locked processes didn&#039;t helped. 

Yestarday I tried to manually configure Max server memory and... IT WORKS! Integrity check works on 60GB database and besides server WORKS MUCH MORE STABLE. It&#039;s strange, but I think that there is some strange memory management error in AWE (or in something related) and it is reflected on complex operations and objects.

I just wanted to thank you for helping with this terrible problem, SETTING MAX SERVER MEMORY WORKS FOR ME.

P.S. the better solution is to migrate to x64 :) but it&#039;s difficult on production server...]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>We had exectly the same problem, on Windows 2003 32 bit &amp; SQL 2005 SP2 with AWE enabled, when trying to make Database Integrity Check (Database size 60GB, with one hudge, 22 GB Table. Yeah, I know, it&#8217;s another problem and we are working on it :) ) there was &#8220;Error 701 There is insufficient system memory to run this query&#8221; error. After that, server was runngin slow, with strange errors in log, a lot of CLR errors and so on and the only solution was SQL Server restart. Also during working day, there were a lot of locks and sometimes the only solution was restarting the server, because killing locked processes didn&#8217;t helped. </p>
<p>Yestarday I tried to manually configure Max server memory and&#8230; IT WORKS! Integrity check works on 60GB database and besides server WORKS MUCH MORE STABLE. It&#8217;s strange, but I think that there is some strange memory management error in AWE (or in something related) and it is reflected on complex operations and objects.</p>
<p>I just wanted to thank you for helping with this terrible problem, SETTING MAX SERVER MEMORY WORKS FOR ME.</p>
<p>P.S. the better solution is to migrate to x64 :) but it&#8217;s difficult on production server&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RK</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-43824</link>
		<dc:creator><![CDATA[RK]]></dc:creator>
		<pubDate>Mon, 20 Oct 2008 19:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-43824</guid>
		<description><![CDATA[Just want to know if the hotfix for SQL Server SP2 will solve the &quot;There is insufficient system memory to run this query” issue.
Thanks]]></description>
		<content:encoded><![CDATA[<p>Just want to know if the hotfix for SQL Server SP2 will solve the &#8220;There is insufficient system memory to run this query” issue.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-43802</link>
		<dc:creator><![CDATA[joe]]></dc:creator>
		<pubDate>Sun, 19 Oct 2008 18:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-43802</guid>
		<description><![CDATA[Nicolas, Any resolution from microsoft. I have mssql 2005 with sp2 still having this issue, when we ran  etl process

Any update helps us a lot]]></description>
		<content:encoded><![CDATA[<p>Nicolas, Any resolution from microsoft. I have mssql 2005 with sp2 still having this issue, when we ran  etl process</p>
<p>Any update helps us a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyn</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-39853</link>
		<dc:creator><![CDATA[Lyn]]></dc:creator>
		<pubDate>Mon, 07 Jul 2008 10:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-39853</guid>
		<description><![CDATA[I also have this problem and I&#039;ve applied SP2 already.
Does anyone know if there&#039;s a resolution?

Thanks]]></description>
		<content:encoded><![CDATA[<p>I also have this problem and I&#8217;ve applied SP2 already.<br />
Does anyone know if there&#8217;s a resolution?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicolas</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-33948</link>
		<dc:creator><![CDATA[nicolas]]></dc:creator>
		<pubDate>Mon, 25 Feb 2008 08:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-33948</guid>
		<description><![CDATA[This kind of error isn&#039;t resolved by SQL Server 2005 SP2.
I&#039;m going to open a microsoft support case to resolve it permanently....]]></description>
		<content:encoded><![CDATA[<p>This kind of error isn&#8217;t resolved by SQL Server 2005 SP2.<br />
I&#8217;m going to open a microsoft support case to resolve it permanently&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-666</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Thu, 12 Apr 2007 16:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-666</guid>
		<description><![CDATA[Correct. Thank you Sharper for pointing out. I will edit my post to reflect it.

Regards,
Pinal Dave
(http://www.squauthority.com)]]></description>
		<content:encoded><![CDATA[<p>Correct. Thank you Sharper for pointing out. I will edit my post to reflect it.</p>
<p>Regards,<br />
Pinal Dave<br />
(<a href="http://www.squauthority.com" rel="nofollow">http://www.squauthority.com</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharper</title>
		<link>http://blog.sqlauthority.com/2007/03/27/sql-server-fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-665</link>
		<dc:creator><![CDATA[Sharper]]></dc:creator>
		<pubDate>Thu, 12 Apr 2007 16:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/03/27/fix-error-701-there-is-insufficient-system-memory-to-run-this-query/#comment-665</guid>
		<description><![CDATA[Isn&#039;t this hotfix for 2005?]]></description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this hotfix for 2005?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

