Showing posts with label SQL 2005. Show all posts
Showing posts with label SQL 2005. Show all posts

Thursday, April 26, 2007

Using the EXCEPT operator, new in SQL Server 2005

The linked article shows how you can use the new EXCEPT operator in SQL Server 2005 using an example. Click here to learn more...

Wednesday, April 04, 2007

Common Table Expressions in SQL Server 2005

Common Table Expressions, or CTE, are a new construct introduced in Microsoft SQL Server 2005 that offer a more readable form of the derived table that can be declared once and referenced multiple times in a query. Read more...