<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : SQL Server Error &#111;n delete</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : SQL Server Error &#111;n delete]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 16 Apr 2026 02:59:12 +0000</pubDate>
  <lastBuildDate>Thu, 03 Nov 2005 20:15:55 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=17131</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[SQL Server Error &#111;n delete : Darn.  I wanted to see if the...]]></title>
   <link>https://forums.webwiz.net/sql-server-error-on-delete_topic17131_post93261.html#93261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19649">JJLatWebWiz</a><br /><strong>Subject:</strong> 17131<br /><strong>Posted:</strong> 03&nbsp;November&nbsp;2005 at 8:15pm<br /><br />Darn.  I wanted to see if the client-side cursor worked.  Oh well.<br /><br />Keep in mind that the governor protects your SQL queries from other host clients that may hog the SQL server.  The client-side cursor is much more efficient on the SQL server too.<br /><br />I'm surprise a host would shut if off.]]>
   </description>
   <pubDate>Thu, 03 Nov 2005 20:15:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-server-error-on-delete_topic17131_post93261.html#93261</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server Error &#111;n delete : Turning offthe query governor...]]></title>
   <link>https://forums.webwiz.net/sql-server-error-on-delete_topic17131_post93256.html#93256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9429">bruce</a><br /><strong>Subject:</strong> 17131<br /><strong>Posted:</strong> 03&nbsp;November&nbsp;2005 at 6:06pm<br /><br />Turning off&nbsp;the query governor on the SQL Server resolved this problem.]]>
   </description>
   <pubDate>Thu, 03 Nov 2005 18:06:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-server-error-on-delete_topic17131_post93256.html#93256</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server Error &#111;n delete : I worked on a simple solution...]]></title>
   <link>https://forums.webwiz.net/sql-server-error-on-delete_topic17131_post93254.html#93254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19649">JJLatWebWiz</a><br /><strong>Subject:</strong> 17131<br /><strong>Posted:</strong> 03&nbsp;November&nbsp;2005 at 5:46pm<br /><br />I worked on <a href="http://forums.webwiz.net/forum_posts.asp?TID=16705#91763" target="_blank">a simple solution</a> that the only other reporting user hasn't had a chance to test yet... Try adding "<font face="Courier New, Courier, mono"><font size="1">adoCon.CursorLocation = 3</font></font>" immediately above "<font face="Courier New, Courier, mono"><font size="1">adoCon.open</font></font>" in "<em>common.asp</em>".<br /><br />I'm interested to hear if the suggestion solves the problem.]]>
   </description>
   <pubDate>Thu, 03 Nov 2005 17:46:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-server-error-on-delete_topic17131_post93254.html#93254</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server Error &#111;n delete : I&amp;#039;ve been struggling with...]]></title>
   <link>https://forums.webwiz.net/sql-server-error-on-delete_topic17131_post93244.html#93244</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9429">bruce</a><br /><strong>Subject:</strong> 17131<br /><strong>Posted:</strong> 03&nbsp;November&nbsp;2005 at 4:53pm<br /><br /><P><strong>I've been struggling with this problem for awhile now and I'm at my wits end.</P><DIV>Forum: WWF v7.95<BR>DB: SQL</DIV><DIV>Host: JodoHost</DIV><DIV>&nbsp;</DIV><DIV>Every time I delete a post from my forum I get the follow error:</DIV><DIV><FONT color=#ff0000><BR>Microsoft OLE DB Provider for SQL Server<FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error '80040e14'</FONT><FONT face="Times New Roman" size=3> </FONT></FONT></DIV><DIV><P><FONT color=#ff0000><FONT face=Arial size=2>The query has been canceled because the estimated cost of this query (327) exceeds the configured threshold of 200. Contact the system administrator.</FONT> </FONT><P><FONT color=#ff0000><FONT face=Arial size=2>/gfboard/delete_post.asp</FONT><FONT face=Arial size=2>, line 217</FONT> </FONT></P></DIV><DIV>&nbsp;</DIV><DIV><DIV></DIV>I thought I had it figured out.&nbsp; The error used to say that I exceeded the estimated cost of the query (192) and that the server was only configured for (60), so I had jodohost configure the SQL server for 200.</DIV><DIV>&nbsp;</DIV><DIV>So now the server is configured for 200 and now I get the above error in red.</DIV></strong>]]>
   </description>
   <pubDate>Thu, 03 Nov 2005 16:53:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-server-error-on-delete_topic17131_post93244.html#93244</guid>
  </item> 
 </channel>
</rss>