July 8, 2008 at 2:06 pm
what is the main difference between In and Exist?
July 8, 2008 at 2:44 pm
IN has the same execution plan as an INNER JOIN. EXISTS requires the use of a correlated subquery and is a form of RBAR that is sometimes faster than IN and sometimes slower. Typically, I'll use the Inner Join instead of using either... but sometimes... it all depends on testing. 😉
The rest of the information you seek is in Books Online.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply