<?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: How Nested Sets Work</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2005/09/09/how-nested-sets-work/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2005/09/09/how-nested-sets-work/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Barney</title>
		<link>https://www.barneyb.com/barneyblog/2005/09/09/how-nested-sets-work/comment-page-1/#comment-222</link>
		<dc:creator>Barney</dc:creator>
		<pubDate>Tue, 20 Sep 2005 14:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=114#comment-222</guid>
		<description>The TreeManager (as it says in the readme) was developed on MySQL, and makes use of the LIMIT clause, which to my knowledge, is only supported by MySQL and PostgreSQL.  It&#039;s similar to the MSSQL TOP clause, though LIMIT has the ability to do an offset as well.

Porting the SQL to MSSQL should be pretty trivial, and shouldn&#039;t require a real understanding of what&#039;s going, just the ability to provide the MSSQL syntax.  I believe it&#039;ll just be LIMIT to TOP conversions, but without a SQL Server to test on, I can&#039;t say for sure.

If you do port it, I&#039;d be interested in the resulting code so I can include it in the distribution.
</description>
		<content:encoded><![CDATA[<p>The TreeManager (as it says in the readme) was developed on MySQL, and makes use of the LIMIT clause, which to my knowledge, is only supported by MySQL and PostgreSQL.  It's similar to the MSSQL TOP clause, though LIMIT has the ability to do an offset as well.</p>
<p>Porting the SQL to MSSQL should be pretty trivial, and shouldn't require a real understanding of what's going, just the ability to provide the MSSQL syntax.  I believe it'll just be LIMIT to TOP conversions, but without a SQL Server to test on, I can't say for sure.</p>
<p>If you do port it, I'd be interested in the resulting code so I can include it in the distribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Kear</title>
		<link>https://www.barneyb.com/barneyblog/2005/09/09/how-nested-sets-work/comment-page-1/#comment-221</link>
		<dc:creator>Mike Kear</dc:creator>
		<pubDate>Tue, 20 Sep 2005 06:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=114#comment-221</guid>
		<description>I followed the linke to Joe Celko&#039;s 2001 Article, which mentions a follow up article.  I guessed that would explain why the code didnt work on my database, so I clicked on it to follow it.  Sadly, it went nowhere.  It led to SearchORacle.com, so I seached in SearchOracle.com for the follow uparticle.  I couldn&#039;t get access to SearchOracle.com unless I registered, which took me 45 minutes of giving them multiple opportunities to spam me (with 2000 emails a day, mostly spam, what I Really need is yet ANOTHER &quot;newsletter&quot;).    After all that, his Follow UP article can be found in the search engine on that site, but when you click on it, it takes you to a &quot;page not found&quot;.   AAARRRRGH!!!!!!!!!!

So the code doesnt work on SQLServer, and I still dont know why and still havent seen the followup. 

(sigh).</description>
		<content:encoded><![CDATA[<p>I followed the linke to Joe Celko's 2001 Article, which mentions a follow up article.  I guessed that would explain why the code didnt work on my database, so I clicked on it to follow it.  Sadly, it went nowhere.  It led to SearchORacle.com, so I seached in SearchOracle.com for the follow uparticle.  I couldn't get access to SearchOracle.com unless I registered, which took me 45 minutes of giving them multiple opportunities to spam me (with 2000 emails a day, mostly spam, what I Really need is yet ANOTHER "newsletter").    After all that, his Follow UP article can be found in the search engine on that site, but when you click on it, it takes you to a "page not found".   AAARRRRGH!!!!!!!!!!</p>
<p>So the code doesnt work on SQLServer, and I still dont know why and still havent seen the followup. </p>
<p>(sigh).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Conger</title>
		<link>https://www.barneyb.com/barneyblog/2005/09/09/how-nested-sets-work/comment-page-1/#comment-220</link>
		<dc:creator>Michael Conger</dc:creator>
		<pubDate>Mon, 12 Sep 2005 15:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=114#comment-220</guid>
		<description>Agreed.  Joe Celko is the man all around.  He lays out nested sets in great detail in his fantastic book &quot;SQL for Smarties&quot;.   I highly recommend it.  My dog-eared, coffee-stained copy has been on my desk for 5yrs.</description>
		<content:encoded><![CDATA[<p>Agreed.  Joe Celko is the man all around.  He lays out nested sets in great detail in his fantastic book "SQL for Smarties".   I highly recommend it.  My dog-eared, coffee-stained copy has been on my desk for 5yrs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barney</title>
		<link>https://www.barneyb.com/barneyblog/2005/09/09/how-nested-sets-work/comment-page-1/#comment-219</link>
		<dc:creator>Barney</dc:creator>
		<pubDate>Sun, 11 Sep 2005 03:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=114#comment-219</guid>
		<description>Yep, yep, yep.  Here&#039;s a link to the tutorial I used to help me out (well, same content, different location): http://searchoracle.techtarget.com/tip/1,289483,sid13_gci537290,00.html</description>
		<content:encoded><![CDATA[<p>Yep, yep, yep.  Here's a link to the tutorial I used to help me out (well, same content, different location): <a href="http://searchoracle.techtarget.com/tip/1,289483,sid13_gci537290,00.html" rel="nofollow">http://searchoracle.techtarget.com/tip/1,289483,sid13_gci537290,00.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Tangorre</title>
		<link>https://www.barneyb.com/barneyblog/2005/09/09/how-nested-sets-work/comment-page-1/#comment-218</link>
		<dc:creator>Mike Tangorre</dc:creator>
		<pubDate>Sat, 10 Sep 2005 21:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=114#comment-218</guid>
		<description>Barney,

I used to use the adjacency list method until running into nested sets one day at a previous job. I just wanted to mention that Joe Celko is the man when it comes to nested sets and he has some great tutorials and articles over at DB Magazine dot com (not sure of the addy.. google it).

Mike T</description>
		<content:encoded><![CDATA[<p>Barney,</p>
<p>I used to use the adjacency list method until running into nested sets one day at a previous job. I just wanted to mention that Joe Celko is the man when it comes to nested sets and he has some great tutorials and articles over at DB Magazine dot com (not sure of the addy.. google it).</p>
<p>Mike T</p>
]]></content:encoded>
	</item>
</channel>
</rss>
