<?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: Comparing data from 2 database tables</title>
	<atom:link href="http://www.microshell.com/database/sql/comparing-data-from-2-database-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microshell.com/database/sql/comparing-data-from-2-database-tables/</link>
	<description>Learn something share something</description>
	<lastBuildDate>Fri, 16 Jul 2010 20:06:22 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Farid Z</title>
		<link>http://www.microshell.com/database/sql/comparing-data-from-2-database-tables/comment-page-1/#comment-3718</link>
		<dc:creator>Farid Z</dc:creator>
		<pubDate>Sat, 08 May 2010 21:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=950#comment-3718</guid>
		<description>Easiest way is to use a free database table differencing tool such as &lt;a href=&quot;http://www.zidsoft.com/&quot; rel=&quot;nofollow&quot;&gt;CompareData&lt;/a&gt;

Using already packaged/developed tool you can also compare the data where the two tables live on different servers, even DBMSs, since in that case you will not be able to do a join.</description>
		<content:encoded><![CDATA[<p>Easiest way is to use a free database table differencing tool such as <a href="http://www.zidsoft.com/" rel="nofollow">CompareData</a></p>
<p>Using already packaged/developed tool you can also compare the data where the two tables live on different servers, even DBMSs, since in that case you will not be able to do a join.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.microshell.com/database/sql/comparing-data-from-2-database-tables/comment-page-1/#comment-645</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 09 Sep 2009 11:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=950#comment-645</guid>
		<description>for some reason this article has just appeared in the planetpostgres twitter feed... in Postgresql there is also the option of http://pgdba.net/pg51g ... yes, shameless self-promotion this is, but anyone interested in your article may also be interested in pg51g. cheers</description>
		<content:encoded><![CDATA[<p>for some reason this article has just appeared in the planetpostgres twitter feed&#8230; in Postgresql there is also the option of <a href="http://pgdba.net/pg51g" rel="nofollow">http://pgdba.net/pg51g</a> &#8230; yes, shameless self-promotion this is, but anyone interested in your article may also be interested in pg51g. cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maresa</title>
		<link>http://www.microshell.com/database/sql/comparing-data-from-2-database-tables/comment-page-1/#comment-228</link>
		<dc:creator>Maresa</dc:creator>
		<pubDate>Tue, 26 May 2009 17:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=950#comment-228</guid>
		<description>Thank you Ted. I didn&#039;t know there&#039;s &lt;a href=&quot;http://www.postgresql.org/docs/8.3/interactive/sql-select.html#SQL-EXCEPT&quot; rel=&quot;nofollow&quot;&gt;EXCEPT&lt;/a&gt; clause on PostgreSQL SELECT statement.</description>
		<content:encoded><![CDATA[<p>Thank you Ted. I didn&#8217;t know there&#8217;s <a href="http://www.postgresql.org/docs/8.3/interactive/sql-select.html#SQL-EXCEPT" rel="nofollow">EXCEPT</a> clause on PostgreSQL SELECT statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.microshell.com/database/sql/comparing-data-from-2-database-tables/comment-page-1/#comment-226</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Tue, 26 May 2009 13:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=950#comment-226</guid>
		<description>(SELECT * FROM table1 EXCEPT SELECT * FROM table2)
 UNION
(SELECT * FROM table2 EXCEPT SELECT * FROM table1)</description>
		<content:encoded><![CDATA[<p>(SELECT * FROM table1 EXCEPT SELECT * FROM table2)<br />
 UNION<br />
(SELECT * FROM table2 EXCEPT SELECT * FROM table1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Vezzosi</title>
		<link>http://www.microshell.com/database/sql/comparing-data-from-2-database-tables/comment-page-1/#comment-221</link>
		<dc:creator>Fernando Vezzosi</dc:creator>
		<pubDate>Tue, 26 May 2009 10:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=950#comment-221</guid>
		<description>Maatkit has mk-table-sync that can be used for diffing tables:

http://www.maatkit.org/doc/mk-table-sync.html</description>
		<content:encoded><![CDATA[<p>Maatkit has mk-table-sync that can be used for diffing tables:</p>
<p><a href="http://www.maatkit.org/doc/mk-table-sync.html" rel="nofollow">http://www.maatkit.org/doc/mk-table-sync.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
