<?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; SQL Server</title>
	<atom:link href="http://www.pierrebuckley.com/category/sql-server/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>Resolving Connection Error with MySQL Migration Toolkit</title>
		<link>http://www.pierrebuckley.com/2010/06/02/resolving-connection-error-with-mysql-migration-toolkit/</link>
		<comments>http://www.pierrebuckley.com/2010/06/02/resolving-connection-error-with-mysql-migration-toolkit/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 17:02:30 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=195</guid>
		<description><![CDATA[If you are here because you are getting the dreaded &#8220;Network error IOException: Connection Refused: connect in MS SQL Server 2000&#8221; error message with the MySQL migration toolkit and need a solution, then you have come to the right place. &#160; I recently needed to migrate some data I had in a SQL Server 2005 [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2010/06/02/resolving-connection-error-with-mysql-migration-toolkit/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<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>

