﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Content tagged CTE</title><link>http://www.sqlservercentral.com/</link><description>Content tagged CTE posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Power and Deception of CTEs</title><description>A performance problem with a CTE based stored procedure, opened the developers eyes to a whole new world</description><guid>http://www.sqlservercentral.com/articles/T-SQL/64797/</guid><pubDate>2008/12/01</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/64797/</link></item><item><title>Uncommon Table Expressions</title><description>This article describes an alternate use of CTEs for functional data processing.</description><guid>http://www.sqlservercentral.com/articles/T-SQL/63591/</guid><pubDate>2008/08/11</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/63591/</link></item><item><title>Recursive Queries using Common Table Expressions (CTE) in SQL Server</title><description>The problem arises when the hierarchy level increases as SQL Server is limited to 32 levels of recursion. We need a better way to implement recursive queries in SQL Server 2005. How do we do it?</description><guid>http://www.sqlservercentral.com/redirect/articles/63455/</guid><pubDate>2008/07/02</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63455/</link></item><item><title>Two Useful Hierarchy Functions</title><description>Two useful functions for dealing with hierarchical data.</description><guid>http://www.sqlservercentral.com/articles/Hierarchy/62858/</guid><pubDate>2008/05/21</pubDate><link>http://www.sqlservercentral.com/articles/Hierarchy/62858/</link></item><item><title>SQL Server 2005 Remove Dups - CTE</title><description>Easily remove duplicate records without temp tables by using a CTE.</description><guid>http://www.sqlservercentral.com/scripts/CTE/62599/</guid><pubDate>2008/05/09</pubDate><link>http://www.sqlservercentral.com/scripts/CTE/62599/</link></item><item><title>CTEs in Report Creation</title><description>A discussion on using CTEs to speed the development and maintenance of reports and enhance readability.</description><guid>http://www.sqlservercentral.com/articles/CTE/62404/</guid><pubDate>2008/03/31</pubDate><link>http://www.sqlservercentral.com/articles/CTE/62404/</link></item><item><title>Common Table Expressions</title><description>They are new to SQL Server in 2005, but they are not necessarily in common use for many people. New author Kirk Kuykendall brings us a basic look on what a CTE is and how you can use it.</description><guid>http://www.sqlservercentral.com/articles/CTE/62291/</guid><pubDate>2008/03/18</pubDate><link>http://www.sqlservercentral.com/articles/CTE/62291/</link></item><item><title>CTE Performance</title><description>SQL Server 2005 brings a new feature to T-SQL with Common Table Expressions, which make it possible for more complex subquery expressions than in previous versions. Recursion is a common use and Peter He takes a look at how well these new structures perform.
</description><guid>http://www.sqlservercentral.com/articles/T-SQL/2926/</guid><pubDate>2008/03/14</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/2926/</link></item><item><title>CTEs and Trees</title><description>Some new interresting points about trees and CTE in SQL Server : transforming a tree from auto reference to interval model (nested sets),  calculating levels in interval model, creating a view of auto ref from an interval model, hierarchical numbering of items, and more. This article includes more examples based on his previous work.
</description><guid>http://www.sqlservercentral.com/articles/CTE/61510/</guid><pubDate>2007/12/26</pubDate><link>http://www.sqlservercentral.com/articles/CTE/61510/</link></item><item><title>CTE Performance</title><description>SQL Server 2005 brings a new feature to T-SQL with Common Table Expressions, which make it possible for more complex subquery expressions than in previous versions. Recursion is a common use and Peter He takes a look at how well these new structures perform.
</description><guid>http://www.sqlservercentral.com/articles/T-SQL/2926/</guid><pubDate>2008/03/14</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/2926/</link></item></channel></rss>