<?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: The effects UNION in a SQL query</title>
	<atom:link href="http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/</link>
	<description>We provide clever, unique, and flexible solutions</description>
	<lastBuildDate>Sat, 21 Jan 2012 18:33:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: My Most Popular Posts From 2010 &#171; WebbTech Solutions</title>
		<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-959</link>
		<dc:creator><![CDATA[My Most Popular Posts From 2010 &#171; WebbTech Solutions]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 12:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-959</guid>
		<description><![CDATA[[...] The effects UNION in a SQL query [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The effects UNION in a SQL query [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shyam</title>
		<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-241</link>
		<dc:creator><![CDATA[shyam]]></dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-241</guid>
		<description><![CDATA[How to write a query without using JOIN Statement.]]></description>
		<content:encoded><![CDATA[<p>How to write a query without using JOIN Statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #158: a Carnival of the Vanities for DBAs &#124; Pythian Group Blog</title>
		<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-154</link>
		<dc:creator><![CDATA[Log Buffer #158: a Carnival of the Vanities for DBAs &#124; Pythian Group Blog]]></dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-154</guid>
		<description><![CDATA[[...] Joe Webb of WebbTech Solutions exposes some some not-so-obvious side-effects UNION in a SQL query. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Joe Webb of WebbTech Solutions exposes some some not-so-obvious side-effects UNION in a SQL query. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Webb</title>
		<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-148</link>
		<dc:creator><![CDATA[Joe Webb]]></dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-148</guid>
		<description><![CDATA[Virgil - 

That&#039;s a great question. The best way to determine optimal performance for you unique and specific situation is to develop 2-4 queries and then look at the response times and execution plans.

HTH...

Joe]]></description>
		<content:encoded><![CDATA[<p>Virgil &#8211; </p>
<p>That&#8217;s a great question. The best way to determine optimal performance for you unique and specific situation is to develop 2-4 queries and then look at the response times and execution plans.</p>
<p>HTH&#8230;</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Webb</title>
		<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-147</link>
		<dc:creator><![CDATA[Joe Webb]]></dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-147</guid>
		<description><![CDATA[mesut - I&#039;m glad you found this useful; thanks for letting me know.

I&#039;ve got a couple of more blogs coming soon that focus on improving performance by making relatively minor changes to your code like this. Stay tuned. 

Joe]]></description>
		<content:encoded><![CDATA[<p>mesut &#8211; I&#8217;m glad you found this useful; thanks for letting me know.</p>
<p>I&#8217;ve got a couple of more blogs coming soon that focus on improving performance by making relatively minor changes to your code like this. Stay tuned. </p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mesut</title>
		<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-145</link>
		<dc:creator><![CDATA[mesut]]></dc:creator>
		<pubDate>Sun, 09 Aug 2009 15:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-145</guid>
		<description><![CDATA[I solved some performance problems by using &quot;Union All&quot;. I was lucky because there was no duplicity problems.

I realized that our all Union queries were just  &quot;Union&quot;. So, there was a huge performance tuning potential that our developers didn&#039;t  notice before.]]></description>
		<content:encoded><![CDATA[<p>I solved some performance problems by using &#8220;Union All&#8221;. I was lucky because there was no duplicity problems.</p>
<p>I realized that our all Union queries were just  &#8220;Union&#8221;. So, there was a huge performance tuning potential that our developers didn&#8217;t  notice before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; August 7, 2009 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-143</link>
		<dc:creator><![CDATA[Dew Drop &#8211; August 7, 2009 &#124; Alvin Ashcraft's Morning Dew]]></dc:creator>
		<pubDate>Fri, 07 Aug 2009 12:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-143</guid>
		<description><![CDATA[[...] The effects UNION in a SQL query (Joe Webb) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The effects UNION in a SQL query (Joe Webb) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virgil</title>
		<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-142</link>
		<dc:creator><![CDATA[Virgil]]></dc:creator>
		<pubDate>Thu, 06 Aug 2009 14:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-142</guid>
		<description><![CDATA[Interesting article, I have a question :

If I have a table / view like this :

id1 , attribute fields line 1
id1 , attribute fields line 2
id2 , attribute fields line 3
id2 , attribute fields line 4
---
idn , attribute fields line j
idn , attribute fields line j+1
idn , attribute fields line j+2

what would be the cheapest way to show only one line per id ? And I really don&#039;t care which would be that line, all I care for this is performance...

Thank you very much!]]></description>
		<content:encoded><![CDATA[<p>Interesting article, I have a question :</p>
<p>If I have a table / view like this :</p>
<p>id1 , attribute fields line 1<br />
id1 , attribute fields line 2<br />
id2 , attribute fields line 3<br />
id2 , attribute fields line 4<br />
&#8212;<br />
idn , attribute fields line j<br />
idn , attribute fields line j+1<br />
idn , attribute fields line j+2</p>
<p>what would be the cheapest way to show only one line per id ? And I really don&#8217;t care which would be that line, all I care for this is performance&#8230;</p>
<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SqlServerKudos</title>
		<link>http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-141</link>
		<dc:creator><![CDATA[SqlServerKudos]]></dc:creator>
		<pubDate>Thu, 06 Aug 2009 13:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://webbtechsolutions.com/2009/08/06/the-effects-union-in-a-sql-query/#comment-141</guid>
		<description><![CDATA[&lt;strong&gt;The effects UNION in a SQL query « WebbTech Solutions...&lt;/strong&gt;

Kudos for a great Sql Server article - Trackback from SqlServerKudos...]]></description>
		<content:encoded><![CDATA[<p><strong>The effects UNION in a SQL query « WebbTech Solutions&#8230;</strong></p>
<p>Kudos for a great Sql Server article &#8211; Trackback from SqlServerKudos&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

