<?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 : Why doesn&#039;t WWF 8 use stored procedures?</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 : Why doesn&#039;t WWF 8 use stored procedures?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 10:13:24 +0000</pubDate>
  <lastBuildDate>Fri, 28 Jul 2006 10:39:52 +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=20817</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[Why doesn&#039;t WWF 8 use stored procedures? :  mySQL has nothing to do with...]]></title>
   <link>https://forums.webwiz.net/why-doesnt-wwf-8-use-stored-procedures_topic20817_post111637.html#111637</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20817<br /><strong>Posted:</strong> 28&nbsp;July&nbsp;2006 at 10:39am<br /><br />mySQL has nothing to do with it in this case, as mySQL support for Web Wiz Forums was added at a later date.<br><br>Stored procedures can give extra performance, but in this case the amount of extra performance is so small it's not worth worrying about.<br><br>Allot of the SQL queries in version 8 are written on the fly for greater flexibility so that the user can select more options of how they want the pages displayed. These SQL queries can be quite complex and not really something that can be done easily with stored procedures or at all in some cases.<br><br>Also, in version 7 it was found that every time a new version was released that would update any SQL Query the stored procedures also needed to be updated which was very difficult for allot of users, and one of the things that Web Wiz Forums is trying to achieve is ease of setup and use.<br><br>Even though from version 7 to version 8 stored procedures where dropped for the SQL Server version, everyone has commented on how much better performance is, with many pages have a 2000% increase.<br><br>There are many ways to increase performance without having to go down the complex and troublesome root of stored procedures, epically with the complex, flexible, on the fly SQL used in web wiz forums.<br><br>Stored procedures can be very good and can improve performance, but it all depends on your situation. I prefer to use the best, and most practical technology for the situation at hand, instead of using technology, just because you can.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 28&nbsp;July&nbsp;2006 at 10:42am</span>]]>
   </description>
   <pubDate>Fri, 28 Jul 2006 10:39:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/why-doesnt-wwf-8-use-stored-procedures_topic20817_post111637.html#111637</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#039;t WWF 8 use stored procedures? : Interesting... were your struggles...]]></title>
   <link>https://forums.webwiz.net/why-doesnt-wwf-8-use-stored-procedures_topic20817_post111613.html#111613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19827">dfrancis</a><br /><strong>Subject:</strong> 20817<br /><strong>Posted:</strong> 27&nbsp;July&nbsp;2006 at 8:01pm<br /><br />Interesting... were your struggles with making the forum work with mysql? I always understood that stored procedures in sql were easier to manage, easier to code and improved performance. <DIV>&nbsp;</DIV><DIV>I'm truly interested in your opinion as I'm in the process of writing some stored procedures at the moment.</DIV>]]>
   </description>
   <pubDate>Thu, 27 Jul 2006 20:01:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/why-doesnt-wwf-8-use-stored-procedures_topic20817_post111613.html#111613</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#039;t WWF 8 use stored procedures? : Stored procedures where used in...]]></title>
   <link>https://forums.webwiz.net/why-doesnt-wwf-8-use-stored-procedures_topic20817_post111494.html#111494</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20817<br /><strong>Posted:</strong> 26&nbsp;July&nbsp;2006 at 9:25am<br /><br />Stored procedures where used in version 7, but they proved to be a real headache and made very little difference to performance.<br><br>By dropping stored procedures it meant that other techniques could be used to improve performance even further, also it meant that the software could be allot more flexible allowing for quite complex SQL Queries to be built on the fly.<br><br>The other draw back to stored procedures was that it was found in version 7, if a SQL Query needed to be changed between versions it meant that allot of users had difficulty in updating the stored procedures on their SQL Server Database.<br>]]>
   </description>
   <pubDate>Wed, 26 Jul 2006 09:25:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/why-doesnt-wwf-8-use-stored-procedures_topic20817_post111494.html#111494</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#039;t WWF 8 use stored procedures? : Quick question for Borg,Is there...]]></title>
   <link>https://forums.webwiz.net/why-doesnt-wwf-8-use-stored-procedures_topic20817_post111474.html#111474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20340">Ozbboy</a><br /><strong>Subject:</strong> 20817<br /><strong>Posted:</strong> 26&nbsp;July&nbsp;2006 at 1:25am<br /><br />Quick question for Borg,<br><br>Is there any particular reason to not use stored procedures in WWF 8?<br><br>I remember there being stored procedures in a version of 7 that i had installed.. <br><br>Is it to accomodate for mysql???<br><br><br>]]>
   </description>
   <pubDate>Wed, 26 Jul 2006 01:25:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/why-doesnt-wwf-8-use-stored-procedures_topic20817_post111474.html#111474</guid>
  </item> 
 </channel>
</rss>