<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Get Query Plan Along with Query Text and Execution Count</title>
	<atom:link href="http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 04:35:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Prashant Gadhave</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-240735</link>
		<dc:creator><![CDATA[Prashant Gadhave]]></dc:creator>
		<pubDate>Thu, 19 Jan 2012 11:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-240735</guid>
		<description><![CDATA[Helped me a lot. Keep writing!]]></description>
		<content:encoded><![CDATA[<p>Helped me a lot. Keep writing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Plan Cache and Data Cache in Memory Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-108254</link>
		<dc:creator><![CDATA[SQL SERVER – Plan Cache and Data Cache in Memory Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Tue, 28 Dec 2010 01:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-108254</guid>
		<description><![CDATA[[...] Further explanation of this script is over here: SQL SERVER – Get Query Plan Along with Query Text and Execution Count [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Further explanation of this script is over here: SQL SERVER – Get Query Plan Along with Query Text and Execution Count [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramzan</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-104119</link>
		<dc:creator><![CDATA[Ramzan]]></dc:creator>
		<pubDate>Tue, 07 Dec 2010 08:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-104119</guid>
		<description><![CDATA[Very much usful info. thank you very much for sharing 

Thanks
Ramzan]]></description>
		<content:encoded><![CDATA[<p>Very much usful info. thank you very much for sharing </p>
<p>Thanks<br />
Ramzan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asa</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-87102</link>
		<dc:creator><![CDATA[Asa]]></dc:creator>
		<pubDate>Wed, 08 Sep 2010 15:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-87102</guid>
		<description><![CDATA[Well in SQL SSMS if you goto activity monitor and go to &quot;Recent expensive queries&quot;  pane, right click and you will get the &quot;Show execution plan&quot; for a selected query..you will get the same result.]]></description>
		<content:encoded><![CDATA[<p>Well in SQL SSMS if you goto activity monitor and go to &#8220;Recent expensive queries&#8221;  pane, right click and you will get the &#8220;Show execution plan&#8221; for a selected query..you will get the same result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Behzad Sadeghi</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-82509</link>
		<dc:creator><![CDATA[Behzad Sadeghi]]></dc:creator>
		<pubDate>Sat, 31 Jul 2010 23:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-82509</guid>
		<description><![CDATA[Thank you! This saved me so much time.

Thanks again.

Behzad]]></description>
		<content:encoded><![CDATA[<p>Thank you! This saved me so much time.</p>
<p>Thanks again.</p>
<p>Behzad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: potas77</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-59084</link>
		<dc:creator><![CDATA[potas77]]></dc:creator>
		<pubDate>Tue, 29 Dec 2009 08:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-59084</guid>
		<description><![CDATA[@Gautham: In SQL Server XML data type accepts only up to 128 levels of nodes nesting. Probably there is a plan that is too complicated to be stores in XML data type :-)

@Sy: What build of SQL Server 2005 do you have? It works for me on 9.00.4207.00. Also, check if your database is in compatibility level 90.]]></description>
		<content:encoded><![CDATA[<p>@Gautham: In SQL Server XML data type accepts only up to 128 levels of nodes nesting. Probably there is a plan that is too complicated to be stores in XML data type :-)</p>
<p>@Sy: What build of SQL Server 2005 do you have? It works for me on 9.00.4207.00. Also, check if your database is in compatibility level 90.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautham</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-56227</link>
		<dc:creator><![CDATA[Gautham]]></dc:creator>
		<pubDate>Tue, 29 Sep 2009 05:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-56227</guid>
		<description><![CDATA[Hi Pinal,

          When I executed this is the  error msg i got for a particular object.

Msg 6335, Level 16, State 101, Line 1
XML datatype instance has too many levels of nested nodes. Maximum allowed depth is 128 levels.


Pls advise.

Thanks,
Gautham]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>          When I executed this is the  error msg i got for a particular object.</p>
<p>Msg 6335, Level 16, State 101, Line 1<br />
XML datatype instance has too many levels of nested nodes. Maximum allowed depth is 128 levels.</p>
<p>Pls advise.</p>
<p>Thanks,<br />
Gautham</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sy</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-55271</link>
		<dc:creator><![CDATA[Sy]]></dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-55271</guid>
		<description><![CDATA[Hi Pinal

When I executed the query you mentioned above on SQL Server 2005, it throws an error saying...

&quot;Msg 174, Level 15, State 1, Line 2
The object_name function requires 1 argument(s).&quot;

Does it work on SQL Server 2008?


Thanks
Sy]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p>When I executed the query you mentioned above on SQL Server 2005, it throws an error saying&#8230;</p>
<p>&#8220;Msg 174, Level 15, State 1, Line 2<br />
The object_name function requires 1 argument(s).&#8221;</p>
<p>Does it work on SQL Server 2008?</p>
<p>Thanks<br />
Sy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldip</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-55115</link>
		<dc:creator><![CDATA[Kuldip]]></dc:creator>
		<pubDate>Sat, 22 Aug 2009 06:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-55115</guid>
		<description><![CDATA[Thanks Ashish.]]></description>
		<content:encoded><![CDATA[<p>Thanks Ashish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashishgilhotra</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-55113</link>
		<dc:creator><![CDATA[ashishgilhotra]]></dc:creator>
		<pubDate>Sat, 22 Aug 2009 05:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-55113</guid>
		<description><![CDATA[I think this gonna work...

DBCC FREEPROCCACHE]]></description>
		<content:encoded><![CDATA[<p>I think this gonna work&#8230;</p>
<p>DBCC FREEPROCCACHE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldip</title>
		<link>http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/#comment-55077</link>
		<dc:creator><![CDATA[Kuldip]]></dc:creator>
		<pubDate>Fri, 21 Aug 2009 05:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6619#comment-55077</guid>
		<description><![CDATA[Hello sir,
very useful and nice feature.
what is the command to clear all cache plans ?
so we can get last query plan.]]></description>
		<content:encoded><![CDATA[<p>Hello sir,<br />
very useful and nice feature.<br />
what is the command to clear all cache plans ?<br />
so we can get last query plan.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

