<?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 for Steve Stedman</title>
	<atom:link href="http://stevestedman.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevestedman.com</link>
	<description>SQL Server Stuff</description>
	<lastBuildDate>Tue, 18 Jun 2013 00:17:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on What Do You Use CTEs for? by Mbourgon</title>
		<link>http://stevestedman.com/2013/06/what-do-you-use-ctes-for/#comment-1587</link>
		<dc:creator>Mbourgon</dc:creator>
		<pubDate>Tue, 18 Jun 2013 00:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?p=2986#comment-1587</guid>
		<description><![CDATA[Mostly cleaner queries and dumping temp/sub/derived tables, but also with paging and recursion.]]></description>
		<content:encoded><![CDATA[<p>Mostly cleaner queries and dumping temp/sub/derived tables, but also with paging and recursion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample Database for Common Table Expressions by &#187; CTE Data Paging in a Procedure Steve Stedman</title>
		<link>http://stevestedman.com/2013/06/sample-database-for-common-table-expressions/#comment-1568</link>
		<dc:creator>&#187; CTE Data Paging in a Procedure Steve Stedman</dc:creator>
		<pubDate>Sun, 16 Jun 2013 17:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?p=2839#comment-1568</guid>
		<description><![CDATA[[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]]]></description>
		<content:encoded><![CDATA[<p>[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample Database for Common Table Expressions by &#187; CTE Data Paging Steve Stedman</title>
		<link>http://stevestedman.com/2013/06/sample-database-for-common-table-expressions/#comment-1556</link>
		<dc:creator>&#187; CTE Data Paging Steve Stedman</dc:creator>
		<pubDate>Fri, 14 Jun 2013 16:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?p=2839#comment-1556</guid>
		<description><![CDATA[[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]]]></description>
		<content:encoded><![CDATA[<p>[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nested CTE&#8217;s Gone Wild &#8211; The Video by &#187; Query To Simulate CPU Load Steve Stedman</title>
		<link>http://stevestedman.com/2013/06/nested-ctes-gone-wild/#comment-1548</link>
		<dc:creator>&#187; Query To Simulate CPU Load Steve Stedman</dc:creator>
		<pubDate>Fri, 14 Jun 2013 03:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?p=3011#comment-1548</guid>
		<description><![CDATA[[...] &#8592; Nested CTE&#8217;s Gone Wild &#8211; The Video [...]]]></description>
		<content:encoded><![CDATA[<p>[...] &larr; Nested CTE&#8217;s Gone Wild &#8211; The Video [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Books by &#187; Nested CTE&#8217;s Gone Wild &#8211; The Video Steve Stedman</title>
		<link>http://stevestedman.com/books/#comment-1538</link>
		<dc:creator>&#187; Nested CTE&#8217;s Gone Wild &#8211; The Video Steve Stedman</dc:creator>
		<pubDate>Wed, 12 Jun 2013 16:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?page_id=2744#comment-1538</guid>
		<description><![CDATA[[...] Books [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Books [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample Database for Common Table Expressions by &#187; Nested CTE&#8217;s Gone Wild &#8211; The Video Steve Stedman</title>
		<link>http://stevestedman.com/2013/06/sample-database-for-common-table-expressions/#comment-1537</link>
		<dc:creator>&#187; Nested CTE&#8217;s Gone Wild &#8211; The Video Steve Stedman</dc:creator>
		<pubDate>Wed, 12 Jun 2013 16:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?p=2839#comment-1537</guid>
		<description><![CDATA[[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]]]></description>
		<content:encoded><![CDATA[<p>[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CTE Scope by &#187; Multiple CTEs in a Query Steve Stedman</title>
		<link>http://stevestedman.com/2013/06/cte-scope/#comment-1498</link>
		<dc:creator>&#187; Multiple CTEs in a Query Steve Stedman</dc:creator>
		<pubDate>Mon, 10 Jun 2013 16:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?p=2860#comment-1498</guid>
		<description><![CDATA[[...] of the questions that comes up when discussing CTE Scope is can I do multiple CTEs. The answer is yes you can do multiple CTEs but the scope is is still [...]]]></description>
		<content:encoded><![CDATA[<p>[...] of the questions that comes up when discussing CTE Scope is can I do multiple CTEs. The answer is yes you can do multiple CTEs but the scope is is still [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample Database for Common Table Expressions by &#187; Multiple CTEs in a Query Steve Stedman</title>
		<link>http://stevestedman.com/2013/06/sample-database-for-common-table-expressions/#comment-1497</link>
		<dc:creator>&#187; Multiple CTEs in a Query Steve Stedman</dc:creator>
		<pubDate>Mon, 10 Jun 2013 16:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?p=2839#comment-1497</guid>
		<description><![CDATA[[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]]]></description>
		<content:encoded><![CDATA[<p>[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Books by &#187; CTE Hierarchy compared to the alternative Steve Stedman</title>
		<link>http://stevestedman.com/books/#comment-1469</link>
		<dc:creator>&#187; CTE Hierarchy compared to the alternative Steve Stedman</dc:creator>
		<pubDate>Sun, 09 Jun 2013 01:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?page_id=2744#comment-1469</guid>
		<description><![CDATA[[...] Books [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Books [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample Database for Common Table Expressions by &#187; Recursive CTE for Dates In A Year Steve Stedman</title>
		<link>http://stevestedman.com/2013/06/sample-database-for-common-table-expressions/#comment-1462</link>
		<dc:creator>&#187; Recursive CTE for Dates In A Year Steve Stedman</dc:creator>
		<pubDate>Sat, 08 Jun 2013 16:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://stevestedman.com/?p=2839#comment-1462</guid>
		<description><![CDATA[[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]]]></description>
		<content:encoded><![CDATA[<p>[...] queries will be using that database that was set up in a previous posting on the CTE_DEMO Sample Database, if you haven&#8217;t set up the sample database, download it and set it up [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
