<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-757209515540162326.post4985992002225098464..comments</id><updated>2010-03-22T10:50:02.255-05:00</updated><category term='MVC 2'/><category term='PrtScr'/><category term='Windows XP'/><category term='Visual Studio'/><category term='XSD'/><category term='MVC'/><category term='MOSS 2007'/><category term='MochaUI'/><category term='Visual Studio 2005'/><category term='SQL Server'/><category term='ActionScript 3'/><category term='SQL Server Profiler'/><category term='Windows Server 2008'/><category term='msbuild'/><category term='Apple'/><category term='Visual Studio 2010'/><category term='ASP.NET'/><category term='Flash'/><category term='SQL Server Management Studio'/><category term='xcopy'/><category term='Mac'/><category term='telerik'/><category term='.net'/><category term='SQL Server Management Studio 2008 R2'/><category term='.NET 2.0'/><category term='.NET 3.5'/><category term='Windows 7'/><category term='Command Line'/><category term='Visual Studio 2003'/><category term='LINQ'/><category term='jQuery'/><category term='Javascript'/><category term='Web Services'/><category term='SQL Server 2005'/><category term='Winhttp://www.blogger.com/img/blank.gifdows XP'/><category term='Windows Services'/><category term='Shortcuts'/><category term='XML'/><category term='ReportViewer'/><category term='IIS'/><category term='.NET Charting'/><category term='Firefox 2'/><category term='OSX'/><category term='Parallels'/><category term='TSQL'/><category term='Apple Keyboard'/><category term='KeyTweak'/><category term='AutoHotkey'/><category term='ADO.NET'/><category term='C#'/><category term='Reflection'/><category term='StringTemplate 4'/><category term='Mootools'/><category term='Rants'/><category term='SSRS 2005'/><category term='Sharepoint'/><category term='SSRS'/><category term='SSRS 2008'/><category term='Internet Explorer'/><category term='Firefox 3'/><category term='Windows Server 2003'/><category term='Entity Framework'/><category term='DOS'/><title type='text'>Comments on I Heart Microsoft: SQL Server 2005: Recursive Query (aka Common Table...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.newslacker.net/feeds/4985992002225098464/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/757209515540162326/4985992002225098464/comments/default'/><link rel='alternate' type='text/html' href='http://blog.newslacker.net/2009/01/sql-server-2005-recursive-query-aka.html'/><author><name>Newslacker</name><uri>http://www.blogger.com/profile/03817274309191238681</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_krfX3yW9NZA/SX81fElSzOI/AAAAAAAAAPs/7JhFf1bvEhA/S220/dinopat.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-757209515540162326.post-8859509041912158949</id><published>2010-03-22T10:50:02.243-05:00</published><updated>2010-03-22T10:50:02.243-05:00</updated><title type='text'>Thanks a lot. Helped me quite a lot because i have...</title><content type='html'>Thanks a lot. Helped me quite a lot because i have been trying to make a query work for more than 2 hours before I found this piece of code</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/757209515540162326/4985992002225098464/comments/default/8859509041912158949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/757209515540162326/4985992002225098464/comments/default/8859509041912158949'/><link rel='alternate' type='text/html' href='http://blog.newslacker.net/2009/01/sql-server-2005-recursive-query-aka.html?showComment=1269273002243#c8859509041912158949' title=''/><author><name>CyberWolf08</name><uri>http://www.blogger.com/profile/15313389100620524665</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.newslacker.net/2009/01/sql-server-2005-recursive-query-aka.html' ref='tag:blogger.com,1999:blog-757209515540162326.post-4985992002225098464' source='http://www.blogger.com/feeds/757209515540162326/posts/default/4985992002225098464' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-862781628'/></entry><entry><id>tag:blogger.com,1999:blog-757209515540162326.post-1504116671210914300</id><published>2009-08-07T00:33:48.627-05:00</published><updated>2009-08-07T00:33:48.627-05:00</updated><title type='text'>Yeah, the First one searches towards the leaves of...</title><content type='html'>Yeah, the First one searches towards the leaves of the tree (returning all children of the given record), commonly known as &amp;quot;down&amp;quot; and the second one searches towards the root (returning parent, grand parent, great grandparent etc of the given record) commonly &amp;quot;up&amp;quot; the tree.&lt;br&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;Very handy, thanks a lot!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/757209515540162326/4985992002225098464/comments/default/1504116671210914300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/757209515540162326/4985992002225098464/comments/default/1504116671210914300'/><link rel='alternate' type='text/html' href='http://blog.newslacker.net/2009/01/sql-server-2005-recursive-query-aka.html?showComment=1249623228627#c1504116671210914300' title=''/><author><name>Michael</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.newslacker.net/2009/01/sql-server-2005-recursive-query-aka.html' ref='tag:blogger.com,1999:blog-757209515540162326.post-4985992002225098464' source='http://www.blogger.com/feeds/757209515540162326/posts/default/4985992002225098464' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2133272071'/></entry><entry><id>tag:blogger.com,1999:blog-757209515540162326.post-7282334736407137437</id><published>2009-04-16T14:17:00.000-05:00</published><updated>2009-04-16T14:17:00.000-05:00</updated><title type='text'>Nice post! Thanks. Although isn't it 1) down the t...</title><content type='html'>Nice post! Thanks. Although isn't it 1) down the tree and 2) up the tree..</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/757209515540162326/4985992002225098464/comments/default/7282334736407137437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/757209515540162326/4985992002225098464/comments/default/7282334736407137437'/><link rel='alternate' type='text/html' href='http://blog.newslacker.net/2009/01/sql-server-2005-recursive-query-aka.html?showComment=1239909420000#c7282334736407137437' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.newslacker.net/2009/01/sql-server-2005-recursive-query-aka.html' ref='tag:blogger.com,1999:blog-757209515540162326.post-4985992002225098464' source='http://www.blogger.com/feeds/757209515540162326/posts/default/4985992002225098464' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-342465472'/></entry></feed>
