<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'SSMS', 'Plan Explorer', 'graphical plans', and 'SQL Sentry Plan Explorer'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=SSMS,Plan+Explorer,graphical+plans,SQL+Sentry+Plan+Explorer&amp;orTags=0</link><description>Search results matching tags 'SSMS', 'Plan Explorer', 'graphical plans', and 'SQL Sentry Plan Explorer'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Comparing multiple plans in SQL Sentry Plan Explorer</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2012/01/06/comparing-multiple-plans-in-sql-sentry-plan-explorer.aspx</link><pubDate>Fri, 06 Jan 2012 15:54:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:40864</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;I’ve seen the question a few times now: “How do I compare two plans side-by-side in Plan Explorer?” Management Studio allows you to view multiple graphical plans that are visible simultaneously, either by generating plans for every statement in a batch, or by generating plans in separate query windows and then splitting the panes. However, at least in my estimation, a lot of the other metrics and properties are more valuable when performing comparisons. In SSMS this is tough, because you can only have one tooltip visible at a time (regardless of how many plans are visible). Same for the Properties panel – only a single plan or operator can populate this panel at one time. So even though you can compare high-level graphical details quickly, you will likely end up with multiple instances of SSMS to perform true side-by-side comparisons of the lower-level details. &lt;br&gt;&lt;/p&gt;
&lt;p&gt;In Plan Explorer (&lt;a href="http://sqlsentry.net/plan-explorer/sql-server-query-view.asp" title="http://sqlsentry.net/plan-explorer/sql-server-query-view.asp" target="_blank"&gt;free download&lt;/a&gt;) it is very easy to compare a lot of the metrics side-by-side for two (or more) plans. Since Plan Explorer can generate estimated or actual plans for you, it’s as simple as entering multiple queries in the Command Text pane, and then generating an estimated or actual plan:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://bertrandaaron.files.wordpress.com/2012/01/pe_m_actual_a.png" alt="" style="border:1px solid black;" hspace="40"&gt;&lt;/p&gt;
&lt;p&gt;I recommend trying the Vertical Layout, so that the various plan-related tabs and the Statements Tree are a lot closer together (reducing mouse and eye movement):&lt;/p&gt;
&lt;p&gt;&lt;img src="http://bertrandaaron.files.wordpress.com/2012/01/pe_m_vertical_layout.png" alt="" style="border:1px solid black;" hspace="40"&gt;&lt;/p&gt;
&lt;p&gt;Here is a quick comparison of the two default options (vertical on the left, horizontal on the right – click to enlarge):&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bertrandaaron.files.wordpress.com/2012/01/pe_m_compareoptions.png" target="_blank"&gt;&lt;img src="http://bertrandaaron.files.wordpress.com/2012/01/pe_m_compareoptions.png" alt="" style="border:1px solid black;" hspace="40" border="0" width="549"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(There is also a Custom Layout option if you wish to change from the default options.)&lt;/p&gt;
&lt;p&gt;And you can still compare a lot of the other details about two different statements by looking at the other columns in the Statements Tree tab. For example, comparing costs, row counts and operation counts between estimated or actual plans can give you a much more accurate picture of the performance impact of different statements:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://bertrandaaron.files.wordpress.com/2012/01/pe_m_firstrow.png" alt="" style="border:1px solid black;" hspace="40"&gt;&lt;/p&gt;
&lt;p&gt;And you can switch between graphical plans quickly by using arrow keys or mouse clicks to switch between statements:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://bertrandaaron.files.wordpress.com/2012/01/pe_m_secondrow.png" alt="" style="border:1px solid black;" hspace="40"&gt;&lt;/p&gt;

&lt;p&gt;Since the other tabs are context sensitive, you can do this for any tab: simply highlight a tab (e.g. Top Operations) and, as you switch through the rows in the Statements Tree, the tab below will update accordingly.&lt;/p&gt;
&lt;p&gt;For more complex plans, and depending on how much screen real estate you have, you may prefer to open two instances of Plan Explorer so that you can interact with the plans a little more independently. In this case you won’t be able to see percentages or other relative comparisons directly against one another, but for most eyeballing, it’s still better than what you get in Management Studio IMHO.&lt;/p&gt;
&lt;p&gt;That all said, comparing two graphical plans side by side is definitely on the list for a future update; in the meantime, I hope the above is helpful.&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>