<?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"
	>
<channel>
	<title>Comments on: A Fast Way to Update Large Amount of Data in SQL Server With Select Into Statement</title>
	<atom:link href="http://www.siusic.com/wphchen/a-fast-way-to-update-large-amount-of-data-in-sql-server-with-select-into-statement-112.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.siusic.com/wphchen/a-fast-way-to-update-large-amount-of-data-in-sql-server-with-select-into-statement-112.html</link>
	<description>Random thoughts and news by Andrew Chen and friends</description>
	<pubDate>Fri, 30 Jul 2010 21:42:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Andrew</title>
		<link>http://www.siusic.com/wphchen/a-fast-way-to-update-large-amount-of-data-in-sql-server-with-select-into-statement-112.html#comment-23049</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 16 Apr 2008 13:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/a-fast-way-to-update-large-amount-of-data-in-sql-server-with-select-into-statement-112.html#comment-23049</guid>
		<description>That's probably true but I didn't have that observasion. If anyone can provide some input on what is the underlying difference between "select * into table from" and "insert into table select * from" it will be great.</description>
		<content:encoded><![CDATA[<p>That&#8217;s probably true but I didn&#8217;t have that observasion. If anyone can provide some input on what is the underlying difference between &#8220;select * into table from&#8221; and &#8220;insert into table select * from&#8221; it will be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.siusic.com/wphchen/a-fast-way-to-update-large-amount-of-data-in-sql-server-with-select-into-statement-112.html#comment-22132</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 08 Apr 2008 05:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/a-fast-way-to-update-large-amount-of-data-in-sql-server-with-select-into-statement-112.html#comment-22132</guid>
		<description>While I appreciate this is a time saving approach, and your testing indicates it has improved speed 10 fold...it may be worth mentioning that "Select Into" clauses are very inefficient.

I carried out some similar tests on 2 million rows, and found Select Into took a lot longer than an Insert Into...Select From query.</description>
		<content:encoded><![CDATA[<p>While I appreciate this is a time saving approach, and your testing indicates it has improved speed 10 fold&#8230;it may be worth mentioning that &#8220;Select Into&#8221; clauses are very inefficient.</p>
<p>I carried out some similar tests on 2 million rows, and found Select Into took a lot longer than an Insert Into&#8230;Select From query.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
