EXPLAIN EXTENDED

How to create fast database queries

Archive for April 20th, 2009

Counting missing rows: SQL Server

Comments enabled. I *really* need your comment

This is the 3rd of 5 articles covering implementation of NOT IN predicate in several RDBMS'es:

Now, let's see how the same predicate is implemented in SQL Server.

We'll create sample tables just like those we used yesterday:
Read the rest of this entry »

Written by Quassnoi

April 20th, 2009 at 11:00 pm

Posted in SQL Server