<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; SELECT vs. SET Performance Comparison</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/27/sql-server-select-vs-set-performance-comparison/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/27/sql-server-select-vs-set-performance-comparison/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:29:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Usha</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-select-vs-set-performance-comparison/#comment-244518</link>
		<dc:creator><![CDATA[Usha]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 12:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/select-vs-set-performance-comparison/#comment-244518</guid>
		<description><![CDATA[Excellent!!! Thanks for being there always]]></description>
		<content:encoded><![CDATA[<p>Excellent!!! Thanks for being there always</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-select-vs-set-performance-comparison/#comment-65057</link>
		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Mon, 12 Apr 2010 14:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/select-vs-set-performance-comparison/#comment-65057</guid>
		<description><![CDATA[Note that if you use subqueries in your SELECT examples, then you get the advantage of the multi-value assignment, with the same null value and error behaviour as SET.
I.E. SELECT @a=a, @b=b, @c=c FROM (SELECT a,b,c FROM x) A]]></description>
		<content:encoded><![CDATA[<p>Note that if you use subqueries in your SELECT examples, then you get the advantage of the multi-value assignment, with the same null value and error behaviour as SET.<br />
I.E. SELECT @a=a, @b=b, @c=c FROM (SELECT a,b,c FROM x) A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunal Shah</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-select-vs-set-performance-comparison/#comment-54786</link>
		<dc:creator><![CDATA[Kunal Shah]]></dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/select-vs-set-performance-comparison/#comment-54786</guid>
		<description><![CDATA[Yes, I also use any of them at any time without thinking for any performance.

But this is great !!]]></description>
		<content:encoded><![CDATA[<p>Yes, I also use any of them at any time without thinking for any performance.</p>
<p>But this is great !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeev sharma</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-select-vs-set-performance-comparison/#comment-35216</link>
		<dc:creator><![CDATA[Sanjeev sharma]]></dc:creator>
		<pubDate>Sun, 20 Apr 2008 07:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/select-vs-set-performance-comparison/#comment-35216</guid>
		<description><![CDATA[SET vs SELECT - Sql server
 
We always get confused between SELECT and SET when assigning values to variables, and make mistakes. Here in this article, I will try to highlight all the major differences between SET and SELECT, and things you should be aware of, when using either SET or SELECT.

http://sanjevsharma.blogspot.com/2008/04/set-vs-select-sql-server.html]]></description>
		<content:encoded><![CDATA[<p>SET vs SELECT &#8211; Sql server</p>
<p>We always get confused between SELECT and SET when assigning values to variables, and make mistakes. Here in this article, I will try to highlight all the major differences between SET and SELECT, and things you should be aware of, when using either SET or SELECT.</p>
<p><a href="http://sanjevsharma.blogspot.com/2008/04/set-vs-select-sql-server.html" rel="nofollow">http://sanjevsharma.blogspot.com/2008/04/set-vs-select-sql-server.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim minseok</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-select-vs-set-performance-comparison/#comment-34898</link>
		<dc:creator><![CDATA[kim minseok]]></dc:creator>
		<pubDate>Mon, 07 Apr 2008 10:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/select-vs-set-performance-comparison/#comment-34898</guid>
		<description><![CDATA[i never thought about that. but that&#039;s interesting.
i take my hat off to you for your delicate curiosity.
thanks  pinaldave~]]></description>
		<content:encoded><![CDATA[<p>i never thought about that. but that&#8217;s interesting.<br />
i take my hat off to you for your delicate curiosity.<br />
thanks  pinaldave~</p>
]]></content:encoded>
	</item>
</channel>
</rss>

