<?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/"
		>
<channel>
	<title>Comments on: Estimated rows, actual rows and execution count</title>
	<atom:link href="http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/</link>
	<description>A discussion on SQL Server</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:39:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gail</title>
		<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/comment-page-1/#comment-547</link>
		<dc:creator>Gail</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlinthewild.co.za/?p=294#comment-547</guid>
		<description>Nested loops, key/RID lookups, table and index spools.

Nested loops always will show this, unless there&#039;s only one row in the outer table. Key/RID lookups also unless there is only one row that needs the lookup</description>
		<content:encoded><![CDATA[<p>Nested loops, key/RID lookups, table and index spools.</p>
<p>Nested loops always will show this, unless there&#8217;s only one row in the outer table. Key/RID lookups also unless there is only one row that needs the lookup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris stobbs</title>
		<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/comment-page-1/#comment-546</link>
		<dc:creator>chris stobbs</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlinthewild.co.za/?p=294#comment-546</guid>
		<description>great article Gail. This is something I will look out for going forward. Am I correct in saying the nested loops will more than often create this kind of result?</description>
		<content:encoded><![CDATA[<p>great article Gail. This is something I will look out for going forward. Am I correct in saying the nested loops will more than often create this kind of result?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks for September 25th &#124; Brent Ozar - SQL Server DBA</title>
		<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/comment-page-1/#comment-545</link>
		<dc:creator>Bookmarks for September 25th &#124; Brent Ozar - SQL Server DBA</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://sqlinthewild.co.za/?p=294#comment-545</guid>
		<description>[...] Estimated rows, actual rows and execution count &#8211; Another one of Gail Shaw&#8217;s excellent posts about query execution. [...]</description>
		<content:encoded><![CDATA[<p>[...] Estimated rows, actual rows and execution count &#8211; Another one of Gail Shaw&#8217;s excellent posts about query execution. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gail</title>
		<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/comment-page-1/#comment-544</link>
		<dc:creator>Gail</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlinthewild.co.za/?p=294#comment-544</guid>
		<description>It got the estimates for both the inner and outer tables right.

Outer table, estimated = 101 rows, 1 execution, actual 101 rows. Inner table estimated 1 row, execution count 101, actual rows 101 total for all executions so actual 1 row per execution. Exactly what the estimate was.</description>
		<content:encoded><![CDATA[<p>It got the estimates for both the inner and outer tables right.</p>
<p>Outer table, estimated = 101 rows, 1 execution, actual 101 rows. Inner table estimated 1 row, execution count 101, actual rows 101 total for all executions so actual 1 row per execution. Exactly what the estimate was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/comment-page-1/#comment-543</link>
		<dc:creator>Brian Tkatch</dc:creator>
		<pubDate>Wed, 23 Sep 2009 13:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlinthewild.co.za/?p=294#comment-543</guid>
		<description>So, there is no problem with the example though. Because SQL Server got the 101 correct on the outer TABLE it picked the appropriate plan?</description>
		<content:encoded><![CDATA[<p>So, there is no problem with the example though. Because SQL Server got the 101 correct on the outer TABLE it picked the appropriate plan?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/comment-page-1/#comment-542</link>
		<dc:creator>Pinal Dave</dc:creator>
		<pubDate>Wed, 23 Sep 2009 07:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlinthewild.co.za/?p=294#comment-542</guid>
		<description>Thanks Gail,

Now my results are same as yours.</description>
		<content:encoded><![CDATA[<p>Thanks Gail,</p>
<p>Now my results are same as yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gail</title>
		<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/comment-page-1/#comment-541</link>
		<dc:creator>Gail</dc:creator>
		<pubDate>Wed, 23 Sep 2009 06:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlinthewild.co.za/?p=294#comment-541</guid>
		<description>You got different results because I left two indexes out of the table creation code. *embarrassed*</description>
		<content:encoded><![CDATA[<p>You got different results because I left two indexes out of the table creation code. *embarrassed*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/comment-page-1/#comment-540</link>
		<dc:creator>Pinal Dave</dc:creator>
		<pubDate>Wed, 23 Sep 2009 06:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlinthewild.co.za/?p=294#comment-540</guid>
		<description>Gail,

This is great. I got very close to results which you have got in blog post. I have sent you email with screenshots.

Kind Regards,
Pinal</description>
		<content:encoded><![CDATA[<p>Gail,</p>
<p>This is great. I got very close to results which you have got in blog post. I have sent you email with screenshots.</p>
<p>Kind Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Fritchey</title>
		<link>http://sqlinthewild.co.za/index.php/2009/09/22/estimated-rows-actual-rows-and-execution-count/comment-page-1/#comment-539</link>
		<dc:creator>Grant Fritchey</dc:creator>
		<pubDate>Tue, 22 Sep 2009 11:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://sqlinthewild.co.za/?p=294#comment-539</guid>
		<description>Excellent point, and one that most people, including me, forget about or fail to mention. Great post.</description>
		<content:encoded><![CDATA[<p>Excellent point, and one that most people, including me, forget about or fail to mention. Great post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
