<?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: How to make SQL Delta tables</title>
	<atom:link href="http://www.wapshere.com/missmiis/how-to-make-a-sql-delta-table/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wapshere.com/missmiis/how-to-make-a-sql-delta-table</link>
	<description>Adventures in identity management</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:24:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sami</title>
		<link>http://www.wapshere.com/missmiis/how-to-make-a-sql-delta-table/comment-page-1#comment-278</link>
		<dc:creator>Sami</dc:creator>
		<pubDate>Tue, 07 Sep 2010 20:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=12#comment-278</guid>
		<description>Hi Carol,

Thank you for this and many other helpful articles.

I ran into a hitch with the &quot;Update&quot; table when I had NULL values. Since NULL means Unknown rather than Empty, the records weren&#039;t showing up in the delta table when a NULL value got populated in the data source. To fix this, I changed the WHERE clause to:

isnull(a.field1, &#039;&#039;)  isnull(s.field1, &#039;&#039;)

Just thought I would share.

Thanks again,

Sami</description>
		<content:encoded><![CDATA[<p>Hi Carol,</p>
<p>Thank you for this and many other helpful articles.</p>
<p>I ran into a hitch with the &#8220;Update&#8221; table when I had NULL values. Since NULL means Unknown rather than Empty, the records weren&#8217;t showing up in the delta table when a NULL value got populated in the data source. To fix this, I changed the WHERE clause to:</p>
<p>isnull(a.field1, &#8221;)  isnull(s.field1, &#8221;)</p>
<p>Just thought I would share.</p>
<p>Thanks again,</p>
<p>Sami</p>
]]></content:encoded>
	</item>
</channel>
</rss>

