I\'m curious which of the following below would be more efficient?
I\'ve always been a bit cautious about using IN because I believe SQL Server turns th
IN
The execution plans are typically going to be identical in these cases, but until you see how the optimizer factors in all the other aspects of indexes etc., you really will never know.