 




<?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/"
		>
<channel>
	<title>Comments on: Union Query</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/union-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/union-query/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 23:07:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ipong</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/union-query/#comment-56052</link>
		<dc:creator>ipong</dc:creator>
		<pubDate>Mon, 01 Sep 2008 09:33:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-56052</guid>
		<description><![CDATA[Thanks...finally I got the answer. I create a stored procedure that contains:
a. create a temporary table
b. create a cte query (union several tables)
c. put cte result into temp table
d. create a cte query (union several tables and temp table)
e. get the result from last cte query

I&#039;ve compared with my access database and it produces the same result....]]></description>
		<content:encoded><![CDATA[<p>Thanks&#8230;finally I got the answer. I create a stored procedure that contains:<br />
a. create a temporary table<br />
b. create a cte query (union several tables)<br />
c. put cte result into temp table<br />
d. create a cte query (union several tables and temp table)<br />
e. get the result from last cte query</p>
<p>I&#8217;ve compared with my access database and it produces the same result&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: squashjunkie</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/union-query/#comment-55963</link>
		<dc:creator>squashjunkie</dc:creator>
		<pubDate>Wed, 27 Aug 2008 14:48:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-55963</guid>
		<description><![CDATA[If you are using SQL 2005 you could also use SSIS as this will give you more flexibilty instead of writing the hard code and creating stored procedures.]]></description>
		<content:encoded><![CDATA[<p>If you are using SQL 2005 you could also use SSIS as this will give you more flexibilty instead of writing the hard code and creating stored procedures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/union-query/#comment-55955</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Wed, 27 Aug 2008 08:29:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-55955</guid>
		<description><![CDATA[Check out my SQL Server blog &quot;&lt;a href=&quot;http://itknowledgeexchange.techtarget.com/sql-server/&quot;&gt;SQL Server with Mr Denny&lt;/a&gt;&quot; for more SQL Server information.]]></description>
		<content:encoded><![CDATA[<p>Check out my SQL Server blog &#8220;<a href="http://itknowledgeexchange.techtarget.com/sql-server/">SQL Server with Mr Denny</a>&#8221; for more SQL Server information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.015 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 00:02:02 -->