Which of these queries is the faster?
NOT EXISTS:
SELECT ProductID, ProductName FROM Northwind..Products p WHERE NOT EXISTS ( SELECT 1 FROM
If the optimizer says they are the same then consider the human factor. I prefer to see NOT EXISTS :)