Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WHERE IN syntax for Exist/Not Exist
Message
From
29/01/2017 12:25:39
 
 
To
29/01/2017 10:55:51
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2014
OS:
Windows 8.1
Network:
Windows Server 2012
Miscellaneous
Thread ID:
01647092
Message ID:
01647117
Views:
27
>
>What I learned is that IN with a subquery is always very poor performance and should never be done. Always use Exists instead.
>
>http://stackoverflow.com/questions/2065329/sql-server-in-vs-exists-performance

Christian, that line about "always very poor performance" is simply not true.

Yes, there are benefits to using EXISTS - but for almost the last 10 years, the optimizer often will generate the same plan. If you'd read that full stackoverflow article (and many others out there), you'd see there can be several factors.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform