<?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 searches slower than Access?</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 searches slower than Access?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 00:40:52 +0000</pubDate>
  <lastBuildDate>Tue, 04 Nov 2003 08:11:07 +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=6912</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 searches slower than Access? :   DBSilver wrote:In My experience,...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34663.html#34663</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 04&nbsp;November&nbsp;2003 at 8:11am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by DBSilver" alt="Originally posted by DBSilver" style="vertical-align: text-bottom;" /> <strong>DBSilver wrote:</strong><br /><br />In My experience, when you search for 1 record out of 10 total - Access will normally outperform SQL Server.&nbsp; As your database grows in size you will see a crossover point where SQL Server will total outperform Access.</td></tr></table> </P><P>DBSilver has a point there.&nbsp; Access is designed for relatively smaller databases and is designed for a limited amount of users accessing at the same time.&nbsp; It has less overhead in doing searches because it isn't expecting 1000 people accessing at once.&nbsp; </P><P>SQL, on the other hand, is designed for larger databases with a lot a users accessing the data at the same time.&nbsp; This requires more overhead.&nbsp; For smaller databases with not many similtaneous users, this would actually slow down your search.&nbsp; Once you get to a certain size and/or a certain amount of users accessing similtaneously, SQL will outperform Access every time.</P><P>Also, when the Access database gets too big and/or too many users try to access it at the same time, you will start to have problems and slow access with Access.</P><P>If your website is smaller with a small community and you don't plan on going big time, then Access may be the way to go.&nbsp; If your site is big, or you plan on making it big, then SQL is the way to go.</P>]]>
   </description>
   <pubDate>Tue, 04 Nov 2003 08:11:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34663.html#34663</guid>
  </item> 
  <item>
   <title><![CDATA[SQL searches slower than Access? : In My experience, when you search...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34614.html#34614</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13337">DBSilver</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 04&nbsp;November&nbsp;2003 at 4:53am<br /><br /><P>In My experience, when you search for 1 record out of 10 total - Access will normally outperform SQL Server.&nbsp; As your database grows in size you will see a crossover point where SQL Server will total outperform Access.</P><P>Regards<BR>DBSilver</P>]]>
   </description>
   <pubDate>Tue, 04 Nov 2003 04:53:23 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34614.html#34614</guid>
  </item> 
  <item>
   <title><![CDATA[SQL searches slower than Access? : Open the windows task manager...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34307.html#34307</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 02&nbsp;November&nbsp;2003 at 10:40am<br /><br />Open the windows task manager on the web server and look at the performance tab when you do a search. If the CPU Usagae pane jumps above 65-75% for the entire duration of the query than you should split the SQL and Web server or optimize the SQL Server and ISS for the machine.<br /><br />You will appearance a problem with Access because Access is not an enterprise database server. It's essentially a suped up flat file database. Saying that it doesn't happen with Access search would be kin to saying that you don't have the problem with a text file.]]>
   </description>
   <pubDate>Sun, 02 Nov 2003 10:40:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34307.html#34307</guid>
  </item> 
  <item>
   <title><![CDATA[SQL searches slower than Access? : Yes, they are both SQL and IIS...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34306.html#34306</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13305">eeebz</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 02&nbsp;November&nbsp;2003 at 10:27am<br /><br /><P>Yes, they are both SQL and IIS are on the same server. Maybe it is a processor bottleneck when searching the SQL DB. Seems weird though that the same thing wouldn't happen with the access searches.</P><P>Skaue - I'm a SQL newbie. Let me figure out what a queryt is and I'll post it.</P><P>E</P>]]>
   </description>
   <pubDate>Sun, 02 Nov 2003 10:27:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34306.html#34306</guid>
  </item> 
  <item>
   <title><![CDATA[SQL searches slower than Access? : The SQL DB is only 22MB (50 MB...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34284.html#34284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 02&nbsp;November&nbsp;2003 at 7:22am<br /><br />The SQL DB is only 22MB (50 MB with 28 Free) and I suspect that most of that is in the transaction log due to the move.<br /><br />First, are the SQL Server and Web Server on the same machine? Are they on the same network? If they are on the same machine, you will see a performance hit because they are both processor intensive. With the new faster chips this is less of a problem, but is could still be a problem. If they are not on the same network, you will see a performance hit due to the number of SQL calls to the database. Each will take increasingly more time resulting in long page refreshes.<br /><br />However, note that Snitz forum has this same problem and the best solution is to use SQL Server's full text query for searches.]]>
   </description>
   <pubDate>Sun, 02 Nov 2003 07:22:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34284.html#34284</guid>
  </item> 
  <item>
   <title><![CDATA[SQL searches slower than Access? : I would check the SQL server,...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34260.html#34260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 02&nbsp;November&nbsp;2003 at 5:18am<br /><br />I would check the SQL server, 50Mb seems like allot from 10Mb Access DB.<br><br>The SQL server database for this site with over 32,000 posts and 6,500 members is only just above 30Mb in size.<br>]]>
   </description>
   <pubDate>Sun, 02 Nov 2003 05:18:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34260.html#34260</guid>
  </item> 
  <item>
   <title><![CDATA[SQL searches slower than Access? : A little note: The Jet Engine,...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34256.html#34256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13180">skaue</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 02&nbsp;November&nbsp;2003 at 5:00am<br /><br />A little note:<br />The Jet Engine, used by Access, as layer between code and db is alot faster than odbc or some other dsn.<br /><br />But I think ljamal is onto something.... its probably the SQL statement that needs to be tweaked. Why not have the queryt printed out and post it here... so we can have a look at it..]]>
   </description>
   <pubDate>Sun, 02 Nov 2003 05:00:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34256.html#34256</guid>
  </item> 
  <item>
   <title><![CDATA[SQL searches slower than Access? : Strange! When I upgrade my forum...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34243.html#34243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=10549">josk</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 02&nbsp;November&nbsp;2003 at 3:10am<br /><br /><P>Strange! When I upgrade my forum to sql server i get <strong>feeling</strong> that its much faster. Never really did any closer lookup but pages opened much faster than in access version&nbsp;of forum. I used also same forum data. </P><P>I have about&nbsp;150 registered active users total, and about&nbsp;15 new posts per day. The most I have ever seen on at one time is 80 active users (including guests). The server is a&nbsp;Duron 1300Mhz&nbsp;with 1GB RAM running server 2003. The SQL I have is SQL 2000.</P><P>josk</P>]]>
   </description>
   <pubDate>Sun, 02 Nov 2003 03:10:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34243.html#34243</guid>
  </item> 
  <item>
   <title><![CDATA[SQL searches slower than Access? : My guess is that the SQL query...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34191.html#34191</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 01&nbsp;November&nbsp;2003 at 4:09pm<br /><br />My guess is that the SQL query is not optimized for SQL Server. It's almost impossible to write code that is simultaneous optimized for SQL Server and Access and the forum is mostly optimized for Access.]]>
   </description>
   <pubDate>Sat, 01 Nov 2003 16:09:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34191.html#34191</guid>
  </item> 
  <item>
   <title><![CDATA[SQL searches slower than Access? : Summary: I am did some testing,...]]></title>
   <link>https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34189.html#34189</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13305">eeebz</a><br /><strong>Subject:</strong> 6912<br /><strong>Posted:</strong> 01&nbsp;November&nbsp;2003 at 4:00pm<br /><br /><P>Summary: I am did some testing, and it seems that forum searches in the access version are ~400% faster than SQL. Why would that be?</P><P>Details: I am looking at upgrading my forums from 7.01 to 7.5. I am also looking at upgrading from Access to SQL. I created a copy of my DB and did some testing. I was able to upgrade to 7.5 access no problem. I also was able to get my DB ported to SQL. I was able to see some improvements in speed, or more that the pages were loading faster according to the number at the bottom. I can't tell the difference really. Anyway, I decided to test a search. I was surprised that searches in the SQL version were taking 4-5 times longer than the access searches. A SQL search takes about 6 seconds. The Access ones take about 1.3. The databases are identical, and both are seperate from the one my users are using. IE it's just me poking around.</P><P>My access DB is ~10MB. When ported to SQL it jumped to ~50MB (28mb free). I have about&nbsp;50 active users total, and about 20 new posts per day. The most I have ever seen on at one time is 6. The server is a dual P3-500 with 512MB RAM running server 2003. The SQL I have is SQL 2000.</P><P>I did a search here and didn't find any hits. Anyone have any thoughts? Is this just how it is?</P><P>Thanks in advance,</P><P>Eeebz.</P><span style="font-size:10px"><br /><br />Edited by eeebz</span>]]>
   </description>
   <pubDate>Sat, 01 Nov 2003 16:00:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-searches-slower-than-access_topic6912_post34189.html#34189</guid>
  </item> 
 </channel>
</rss>