<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: What&#8217;s faster? SQL or looping to return a set of records?</title>
	<link>http://blog.todmeansfox.com/2007/05/10/whats-faster-sql-or-looping-to-return-a-set-of-records/</link>
	<description>Business Intelligence, Data Warehousing, SQL, Visual FoxPro.</description>
	<pubDate>Tue, 06 Jan 2009 11:00:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Anonymous</title>
		<link>http://blog.todmeansfox.com/2007/05/10/whats-faster-sql-or-looping-to-return-a-set-of-records/#comment-27</link>
		<author>Anonymous</author>
		<pubDate>Tue, 29 May 2007 19:38:14 +0000</pubDate>
		<guid>http://blog.todmeansfox.com/2007/05/10/whats-faster-sql-or-looping-to-return-a-set-of-records/#comment-27</guid>
		<description>I am sorry, but I just don't see why anyone would do a loop with an insert as compared to a select from x into y where z. The select has to be faster.</description>
		<content:encoded><![CDATA[<p>I am sorry, but I just don&#8217;t see why anyone would do a loop with an insert as compared to a select from x into y where z. The select has to be faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tod McKenna</title>
		<link>http://blog.todmeansfox.com/2007/05/10/whats-faster-sql-or-looping-to-return-a-set-of-records/#comment-26</link>
		<author>Tod McKenna</author>
		<pubDate>Mon, 14 May 2007 16:11:45 +0000</pubDate>
		<guid>http://blog.todmeansfox.com/2007/05/10/whats-faster-sql-or-looping-to-return-a-set-of-records/#comment-26</guid>
		<description>Hello anonymous, and thanks for the feedback! Certainly NOFILTER in the SQL will make some difference and I'll add that to my next tests. The second suggestion is already accounted for in the examples (tried with and without the ORDER clause, and with and without the index). Unless I am misunderstanding?</description>
		<content:encoded><![CDATA[<p>Hello anonymous, and thanks for the feedback! Certainly NOFILTER in the SQL will make some difference and I&#8217;ll add that to my next tests. The second suggestion is already accounted for in the examples (tried with and without the ORDER clause, and with and without the index). Unless I am misunderstanding?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.todmeansfox.com/2007/05/10/whats-faster-sql-or-looping-to-return-a-set-of-records/#comment-25</link>
		<author>Anonymous</author>
		<pubDate>Mon, 14 May 2007 13:59:25 +0000</pubDate>
		<guid>http://blog.todmeansfox.com/2007/05/10/whats-faster-sql-or-looping-to-return-a-set-of-records/#comment-25</guid>
		<description>Oh, and having the table ordered by an index can affect SQL performance *negatively*.. try with and without the ORDER clause in the USE statement (the index doesn't have to be active for Rushmore to use it in a SQL query)</description>
		<content:encoded><![CDATA[<p>Oh, and having the table ordered by an index can affect SQL performance *negatively*.. try with and without the ORDER clause in the USE statement (the index doesn&#8217;t have to be active for Rushmore to use it in a SQL query)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.todmeansfox.com/2007/05/10/whats-faster-sql-or-looping-to-return-a-set-of-records/#comment-24</link>
		<author>Anonymous</author>
		<pubDate>Mon, 14 May 2007 13:57:30 +0000</pubDate>
		<guid>http://blog.todmeansfox.com/2007/05/10/whats-faster-sql-or-looping-to-return-a-set-of-records/#comment-24</guid>
		<description>Why not use the NOFILTER clause on your SQL statements to allow the results to be compared?</description>
		<content:encoded><![CDATA[<p>Why not use the NOFILTER clause on your SQL statements to allow the results to be compared?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
