Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Performance - union
Message
From
02/02/2012 05:14:16
 
 
To
01/02/2012 23:00:15
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Desktop
Miscellaneous
Thread ID:
01534182
Message ID:
01534261
Views:
51
>Hi
>
>Attachment
>
>without Union it take 1sec with union it take > 3min
>From Execution Plan it highlight missing index
>But after I add in the recommend index it take 4.51min

post images of two execution plan.

time for this is ?
SELECT myView.*
, (SELECT TOP 1 TableZ.FieldA FROM  DB2.dbo.TableZ WHERE myView.Key = TableZ.Key)
FROM MyView
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform