<?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>Donner's Daily Dose of Drama &#187; Recursion</title>
	<atom:link href="http://cdonner.com/tag/recursion/feed" rel="self" type="application/rss+xml" />
	<link>http://cdonner.com</link>
	<description>We know accurately only when we know little, with knowledge doubt increases.  (Goethe)</description>
	<lastBuildDate>Tue, 24 Aug 2010 04:56:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SQL Server 2005 &#8211; Recursion</title>
		<link>http://cdonner.com/sql-server-2005-recursion.htm</link>
		<comments>http://cdonner.com/sql-server-2005-recursion.htm#comments</comments>
		<pubDate>Sun, 04 May 2008 02:27:32 +0000</pubDate>
		<dc:creator>Christian Donner</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Recursion]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://cdonner.com/sql-server-2005-recursion.htm</guid>
		<description><![CDATA[Why do I find all the examples of how to use recursion in SQL Server 2005 too complicated (including the one in the Microsoft help)? Here is mine that does the bare minimum. First, let&#8217;s create a table and populate it with hierarchical test data: create table Hierarchy ( id int, parent_id int ) GO [...]]]></description>
		<wfw:commentRss>http://cdonner.com/sql-server-2005-recursion.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
