<?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: Combining contiguous date ranges in a SQL query &#8211; using CTE recursion</title>
	<atom:link href="http://cdonner.com/combining-contiguous-date-ranges-in-a-sql-query-using-cte-recursion.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://cdonner.com/combining-contiguous-date-ranges-in-a-sql-query-using-cte-recursion.htm</link>
	<description>We know accurately only when we know little, with knowledge doubt increases.  (Goethe)</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:33:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Duncan</title>
		<link>http://cdonner.com/combining-contiguous-date-ranges-in-a-sql-query-using-cte-recursion.htm/comment-page-1#comment-5744</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Wed, 10 Feb 2010 19:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://cdonner.com/?p=77#comment-5744</guid>
		<description>I like your solution, and am about to massage it for a slightly different purpose.  Thanks for posting!

You are probably aware of this by now, but just in case:  while SQL Server 2005 and 2008 limit recursion depth to 100 *by default*, you can provide the hint MAXRECURSION to specify the maximum number of recursions allowed, between 0 and 32767.  

NB:  0 means &quot;infinite&quot; -- use with caution!</description>
		<content:encoded><![CDATA[<p>I like your solution, and am about to massage it for a slightly different purpose.  Thanks for posting!</p>
<p>You are probably aware of this by now, but just in case:  while SQL Server 2005 and 2008 limit recursion depth to 100 *by default*, you can provide the hint MAXRECURSION to specify the maximum number of recursions allowed, between 0 and 32767.  </p>
<p>NB:  0 means &#8220;infinite&#8221; &#8212; use with caution!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
