By tag: kevin
0
kicks
New T-SQL Capabilities in SQL Server 2005 - Part 3 of 3
In last month's article, I covered the new APPLY operator, Ranking functions, and the new TRY...CATCH capabilties in T-SQL 2005. This month I'll talk about two of the largest enhancements in the SQL 2005 language - Common Table Expressions (CTEs) and Recursive Queries.
Both fo these are part o...