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

Content with tag CTE Rss

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

T-SQL (2)    
Readability (1)    
report (1)    
   Items 1 to 5 of 5   
 

SQL Server 2005 Remove Dups - CTE

Easily remove duplicate records without temp tables by using a CTE.  Read more...
By Tom Huneke 2008/05/09 | Source: SQLServerCentral.com | Category: CTE
Rating: |  Discuss |  Briefcase | 1,048 reads

CTEs in Report Creation

A discussion on using CTEs to speed the development and maintenance of reports and enhance readability.  Read more...
By Timothy A Wiseman 2008/03/31 | Source: SQLServerCentral.com | Category: CTE
Rating: |  Discuss |  Briefcase | 4,327 reads

Common Table Expressions

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.  Read more...
By Kirk Kuykendall 2008/03/18 | Source: SQLServerCentral.com | Category: CTE
Rating: |  Discuss |  Briefcase | 8,095 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 | 8,071 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,177 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 | 8,071 reads
   Items 1 to 5 of 5