SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tags CTE, T-SQL Rss

Refine your search with one of the following additional tags (with number of items):

Programming (1)    
Recursive function (1)    

Search for any content tagged CTE & T-SQL

   Items 1 to 5 of 5   
 

Uncommon Table Expressions

This article describes an alternate use of CTEs for functional data processing.  Read more...
By Peter Kierstead 2008/08/11 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 7,580 reads

Recursive Queries using Common Table Expressions (CTE) in SQL Server

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?  Read more...
By Additional Articles 2008/07/02 | Source: MSSQLTips.com | Category: T-SQL
Rating: (not yet rated)  Rate this |  Briefcase | 2,828 reads

CTE Performance

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.   Read more...
By Peter He 2007/05/08 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 9,492 reads

CTEs and Trees

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.   Read more...
By Frédéric BROUARD 2007/12/26 | Source: SQLServerCentral.com | Category: CTE
Rating: |  Discuss |  Briefcase | 3,741 reads

CTE Performance

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.   Read more...
By Peter He 2007/05/08 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 9,492 reads
   Items 1 to 5 of 5