Yep.
Exists stops when it finds the value and IN just ploughs on.
Have a look here
http://www.sql-server-performance.com/transact_sql_where.asp "Robert Hamilton" <RobertHamilton@discussions.microsoft.com> wrote in
message news:RobertHamilton@discussions.microsoft.com:
[quoted text, click to view] > Is there any performance differences between the use of EXISTS and IN within
> queries?