SQL server 2005 has a really complicated execution plans that I am really unable to compare two execution plans with each other cumulative.
I can easliy see by eye that one execution plan is slower than the other but is there anyway to compare two execution plans in sql 2005?
Hi,
I'm afraid there is no comparison tool. Here is a reference to the items in the Execution Plan: http://msdn2.microsoft.com/en-us/library/ms175913.aspx. Hope it helps.
Greetz,
Geert
Geert Verhoeven
Consultant @. Ausy Belgium
My Personal Blog
|||True, either you can export the text based to a file for a comparison or search for any third party tools on web in this regard.|||my problem is query execution plan does not help me understand the bottlenecks in the system as I can't compare with any realistic thing against.
how do u guys solve this problem? How do u decide that this is a decend query or say this is a bad one?
|||Here are some tips:Remember that the thickness of arrows hints how many rows are transferred|||
thanks for the tips they are GREAT.
I will look into statistics IO
No comments:
Post a Comment