Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WHERE IN approach
Message
From
28/02/2017 10:51:37
 
 
To
28/02/2017 10:02:50
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:
01648591
Message ID:
01648621
Views:
40
>
>Do you see EXISTS as potentially an alternative route here?

Quite possibly, yes.

One thing...on % cost for the execution operators....those are estimates and not exact values.

You might want to look at Time and IO statistics.

If you do this...

SET STATISTICS IO ON
SET STATISTICS TIME ON

And then run the query, in the messages area you'll get some good numbers to measure.

Any evaluation of execution operator cost %s should also be followed by an evaluation of the actual IO and time statistics.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform