<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeDoc &#187; tsql</title>
	<atom:link href="http://www.pierrebuckley.com/tag/tsql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pierrebuckley.com</link>
	<description>The Blog of Pierre Buckley</description>
	<lastBuildDate>Sat, 22 Oct 2011 04:55:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Handling Null Values in SQL Server</title>
		<link>http://www.pierrebuckley.com/2010/05/28/handling-null-values-in-sql-server/</link>
		<comments>http://www.pierrebuckley.com/2010/05/28/handling-null-values-in-sql-server/#comments</comments>
		<pubDate>Fri, 28 May 2010 05:49:30 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tsql]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=115</guid>
		<description><![CDATA[From time to time, we may want to replace NULL values with some desired value when doing an sql select statement. Turns out that SQL Server makes this a simple task &#8211; and no IF statements are necessary! To do this, we use SQL Server&#39;s ISNULL function. This function takes two parameters. The first parameter [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2010/05/28/handling-null-values-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

