<?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; Actual Execution Plan vs. Estimated Execution Plan</title>
	<atom:link href="http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Yaqub Ahmad</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-197830</link>
		<dc:creator><![CDATA[Yaqub Ahmad]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 16:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-197830</guid>
		<description><![CDATA[Great, short &amp; compact information. Thank man!]]></description>
		<content:encoded><![CDATA[<p>Great, short &amp; compact information. Thank man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melkor</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-186093</link>
		<dc:creator><![CDATA[Melkor]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 21:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-186093</guid>
		<description><![CDATA[Pinal Dave, 
I have a different opinion
When everything goes awfully wrong (which it does), comparing the estimated plan vs. the actual plan usually gives me useful hints of where the query optimizer is screwing things up. I find this to be more useful (and more disturbing) when the estimated executions differ between the estimated and the actual plan. I give you that this situation doesn&#039;t happen a lot (as far as I know it shouldn&#039;t happen at all) but - believe it or not - it does.
That’s why checking BOTH plans may be necessary, and – humble opinion – that’s the reason they are BOTH there.
In any case, I use computers mostly to watch anime, and DB administration, Web Mastering and SOA programming are just an incidental hobby for me, so I don´t recommend anybody to take my opinions in account. In fact, I think nobody should read this.]]></description>
		<content:encoded><![CDATA[<p>Pinal Dave,<br />
I have a different opinion<br />
When everything goes awfully wrong (which it does), comparing the estimated plan vs. the actual plan usually gives me useful hints of where the query optimizer is screwing things up. I find this to be more useful (and more disturbing) when the estimated executions differ between the estimated and the actual plan. I give you that this situation doesn&#8217;t happen a lot (as far as I know it shouldn&#8217;t happen at all) but &#8211; believe it or not &#8211; it does.<br />
That’s why checking BOTH plans may be necessary, and – humble opinion – that’s the reason they are BOTH there.<br />
In any case, I use computers mostly to watch anime, and DB administration, Web Mastering and SOA programming are just an incidental hobby for me, so I don´t recommend anybody to take my opinions in account. In fact, I think nobody should read this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tharshi</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-141920</link>
		<dc:creator><![CDATA[Tharshi]]></dc:creator>
		<pubDate>Sat, 18 Jun 2011 16:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-141920</guid>
		<description><![CDATA[How can use &quot;display estimated query plan&quot; and &quot;Include actual execution plan&quot; in MySQL?

Could anyone guide me how to achieve these two in MySQL?]]></description>
		<content:encoded><![CDATA[<p>How can use &#8220;display estimated query plan&#8221; and &#8220;Include actual execution plan&#8221; in MySQL?</p>
<p>Could anyone guide me how to achieve these two in MySQL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-133816</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 10 May 2011 12:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-133816</guid>
		<description><![CDATA[It will show you Index Scan instead of Index seek]]></description>
		<content:encoded><![CDATA[<p>It will show you Index Scan instead of Index seek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smart_dba</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-133780</link>
		<dc:creator><![CDATA[smart_dba]]></dc:creator>
		<pubDate>Tue, 10 May 2011 07:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-133780</guid>
		<description><![CDATA[Hi Dave,

I like your forum and I have been referring it for the past 2 years. 
My question to you is..
How can we find in an execution plan if a where clause is non-sargable(functions on columns) and it is not making use of the indexes.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I like your forum and I have been referring it for the past 2 years.<br />
My question to you is..<br />
How can we find in an execution plan if a where clause is non-sargable(functions on columns) and it is not making use of the indexes.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajesh</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-128784</link>
		<dc:creator><![CDATA[rajesh]]></dc:creator>
		<pubDate>Thu, 14 Apr 2011 05:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-128784</guid>
		<description><![CDATA[hi dave,

thanks alot for sharing a lot of information.

after the query is executed . it will show that 1 row(s) is effected (this is after the actual number of rows effected).

what for this is coming?
what is happening there?
can u please explain this?

this is when i am using actual execution plan in ssms.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>hi dave,</p>
<p>thanks alot for sharing a lot of information.</p>
<p>after the query is executed . it will show that 1 row(s) is effected (this is after the actual number of rows effected).</p>
<p>what for this is coming?<br />
what is happening there?<br />
can u please explain this?</p>
<p>this is when i am using actual execution plan in ssms.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shp</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-74945</link>
		<dc:creator><![CDATA[shp]]></dc:creator>
		<pubDate>Sun, 06 Jun 2010 12:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-74945</guid>
		<description><![CDATA[Can someone please tell me if I want to figure out difference the costs of actual and estimate executions around how much data records do I need to have? I have about 30 records but it does not show any difference?]]></description>
		<content:encoded><![CDATA[<p>Can someone please tell me if I want to figure out difference the costs of actual and estimate executions around how much data records do I need to have? I have about 30 records but it does not show any difference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-74002</link>
		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Mon, 31 May 2010 11:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-74002</guid>
		<description><![CDATA[Hi All,


Please can any one tell how to transfer the jobs through the script ?]]></description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>Please can any one tell how to transfer the jobs through the script ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-62515</link>
		<dc:creator><![CDATA[Dmitry]]></dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-62515</guid>
		<description><![CDATA[Is it possible to get query plan by query?
for example in postgres it look like 
explain select now();

but in ms sql i can&#039;t find such a thing like explain.
thx.]]></description>
		<content:encoded><![CDATA[<p>Is it possible to get query plan by query?<br />
for example in postgres it look like<br />
explain select now();</p>
<p>but in ms sql i can&#8217;t find such a thing like explain.<br />
thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad Gelli</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-60870</link>
		<dc:creator><![CDATA[Prasad Gelli]]></dc:creator>
		<pubDate>Tue, 09 Feb 2010 08:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-60870</guid>
		<description><![CDATA[Hi Dave

I like your articles and the way you share with us.

Adding examples also will be helpful for the readers.

Prasad]]></description>
		<content:encoded><![CDATA[<p>Hi Dave</p>
<p>I like your articles and the way you share with us.</p>
<p>Adding examples also will be helpful for the readers.</p>
<p>Prasad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranjeet</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-60712</link>
		<dc:creator><![CDATA[Ranjeet]]></dc:creator>
		<pubDate>Fri, 05 Feb 2010 13:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-60712</guid>
		<description><![CDATA[Hello Dave,

i am admire the way you are gving your effort here.

I use to go through your article and always found it usefull.

i will keep you writting on any topic of SQL Server

Ranjeet]]></description>
		<content:encoded><![CDATA[<p>Hello Dave,</p>
<p>i am admire the way you are gving your effort here.</p>
<p>I use to go through your article and always found it usefull.</p>
<p>i will keep you writting on any topic of SQL Server</p>
<p>Ranjeet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-51581</link>
		<dc:creator><![CDATA[Ashok]]></dc:creator>
		<pubDate>Wed, 06 May 2009 05:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-51581</guid>
		<description><![CDATA[Thank u friend for given usefull information provided abt Exec plan..]]></description>
		<content:encoded><![CDATA[<p>Thank u friend for given usefull information provided abt Exec plan..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muralikrishna Reddy</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-49742</link>
		<dc:creator><![CDATA[Muralikrishna Reddy]]></dc:creator>
		<pubDate>Mon, 23 Mar 2009 05:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-49742</guid>
		<description><![CDATA[Very Good.

Lot of information provided.]]></description>
		<content:encoded><![CDATA[<p>Very Good.</p>
<p>Lot of information provided.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Guidelines and Coding Standards Part - 2 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-47505</link>
		<dc:creator><![CDATA[SQL SERVER - Guidelines and Coding Standards Part - 2 Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-47505</guid>
		<description><![CDATA[[...] Use graphical execution plan in Query Analyzer or SHOWPLAN_TEXT or SHOWPLAN_ALL commands to analyze SQL queries. Your queries should do an &#8220;Index Seek&#8221; instead of an &#8220;Index Scan&#8221; or a &#8220;Table Scan&#8221;. (Read More Here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Use graphical execution plan in Query Analyzer or SHOWPLAN_TEXT or SHOWPLAN_ALL commands to analyze SQL queries. Your queries should do an &#8220;Index Seek&#8221; instead of an &#8220;Index Scan&#8221; or a &#8220;Table Scan&#8221;. (Read More Here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-47243</link>
		<dc:creator><![CDATA[SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-47243</guid>
		<description><![CDATA[[...] SQL SERVER - Actual Execution Plan vs. Estimated Execution Plan [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; Actual Execution Plan vs. Estimated Execution Plan [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Divya</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-45890</link>
		<dc:creator><![CDATA[Divya]]></dc:creator>
		<pubDate>Thu, 22 Jan 2009 09:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-45890</guid>
		<description><![CDATA[You are great!]]></description>
		<content:encoded><![CDATA[<p>You are great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-44475</link>
		<dc:creator><![CDATA[Shyam]]></dc:creator>
		<pubDate>Tue, 02 Dec 2008 06:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-44475</guid>
		<description><![CDATA[Dear Dave,
Thanks for the useful information..

Regards,
ShyamSundar.S]]></description>
		<content:encoded><![CDATA[<p>Dear Dave,<br />
Thanks for the useful information..</p>
<p>Regards,<br />
ShyamSundar.S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnans</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-44284</link>
		<dc:creator><![CDATA[Gnans]]></dc:creator>
		<pubDate>Wed, 19 Nov 2008 16:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-44284</guid>
		<description><![CDATA[Gud one]]></description>
		<content:encoded><![CDATA[<p>Gud one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Stored Procedure WITH ENCRYPTION and Execution Plan Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-44010</link>
		<dc:creator><![CDATA[SQL SERVER - Stored Procedure WITH ENCRYPTION and Execution Plan Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sat, 01 Nov 2008 19:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-44010</guid>
		<description><![CDATA[[...] To understand this scenario let us create two SPs. First without encryption and second with encryption. Once SPs are created run them one by one with having Actual Execution Plan turned on. To learn how to turn on Actual Execution Plan read my previous article SQL SERVER - Actual Execution Plan vs. Estimated Execution Plan. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] To understand this scenario let us create two SPs. First without encryption and second with encryption. Once SPs are created run them one by one with having Actual Execution Plan turned on. To learn how to turn on Actual Execution Plan read my previous article SQL SERVER &#8211; Actual Execution Plan vs. Estimated Execution Plan. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alkesh khedle</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-41381</link>
		<dc:creator><![CDATA[Alkesh khedle]]></dc:creator>
		<pubDate>Wed, 06 Aug 2008 08:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-41381</guid>
		<description><![CDATA[Could you please tell me how we could recognize that the statistics are not updated by looking in to the actual execution plan of the query.
   What is Bookmark Lookup and RID Lookup.What are the difference between them.Are the performance booster or performance Killer.How we can remove those from our query plan.]]></description>
		<content:encoded><![CDATA[<p>Could you please tell me how we could recognize that the statistics are not updated by looking in to the actual execution plan of the query.<br />
   What is Bookmark Lookup and RID Lookup.What are the difference between them.Are the performance booster or performance Killer.How we can remove those from our query plan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-39305</link>
		<dc:creator><![CDATA[Anil]]></dc:creator>
		<pubDate>Wed, 18 Jun 2008 06:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-39305</guid>
		<description><![CDATA[Hi,
Can i see execution plan for Stored Procedure and triggers.
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Can i see execution plan for Stored Procedure and triggers.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-35180</link>
		<dc:creator><![CDATA[Krishna]]></dc:creator>
		<pubDate>Thu, 17 Apr 2008 21:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-35180</guid>
		<description><![CDATA[Dave,

Thanks for the useful information..

--Regards,
Krishna]]></description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>Thanks for the useful information..</p>
<p>&#8211;Regards,<br />
Krishna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerome gerald</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-34628</link>
		<dc:creator><![CDATA[jerome gerald]]></dc:creator>
		<pubDate>Fri, 28 Mar 2008 09:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-34628</guid>
		<description><![CDATA[HI Dave,

I was not aware of the 2 Execution Plans. After seeing yours only i got to know that there are 2 types.

Thanks]]></description>
		<content:encoded><![CDATA[<p>HI Dave,</p>
<p>I was not aware of the 2 Execution Plans. After seeing yours only i got to know that there are 2 types.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerome gerald</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-34627</link>
		<dc:creator><![CDATA[jerome gerald]]></dc:creator>
		<pubDate>Fri, 28 Mar 2008 09:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-34627</guid>
		<description><![CDATA[HI Dave,

I was not aware of the 2 Execution Plans. After seeing yours only i got to know that there are 2 types.


Thanks]]></description>
		<content:encoded><![CDATA[<p>HI Dave,</p>
<p>I was not aware of the 2 Execution Plans. After seeing yours only i got to know that there are 2 types.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-24471</link>
		<dc:creator><![CDATA[Anil]]></dc:creator>
		<pubDate>Wed, 05 Dec 2007 18:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/28/sql-server-actual-execution-plan-vs-estimated-execution-plan/#comment-24471</guid>
		<description><![CDATA[Hi,

Is there any way to get execution time for stored procedure in sql server 2005.

My requirement was i have display that execution time as waiting time..so tht user will wait till tht time.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there any way to get execution time for stored procedure in sql server 2005.</p>
<p>My requirement was i have display that execution time as waiting time..so tht user will wait till tht time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

