Common Table Expressions and Recursion – SQL Server

It is unfortunate that Common Table Expressions (CTEs) are seldom referenced by introductory books to SQL Server.  CTEs can greatly simplify the task of writing and maintaining SQL queries, views, … Continue reading Common Table Expressions and Recursion – SQL Server