<?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; SQL SERVER &#8211; Comparison : Similarity and Difference #TempTable vs @TempVariable &#8211; Part 2</title>
	<atom:link href="http://blog.sqlauthority.com/2008/05/12/sql-server-sql-server-comparison-similarity-and-difference-temptable-vs-tempvariable-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/05/12/sql-server-sql-server-comparison-similarity-and-difference-temptable-vs-tempvariable-part-2/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Vish</title>
		<link>http://blog.sqlauthority.com/2008/05/12/sql-server-sql-server-comparison-similarity-and-difference-temptable-vs-tempvariable-part-2/#comment-58706</link>
		<dc:creator><![CDATA[Vish]]></dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=601#comment-58706</guid>
		<description><![CDATA[Creating indexing on the temp table doesn&#039;t come up with index seek (instead it uses table scan)  in the &quot;Estimated Execution Plan&quot;.

Have also found out that the index has to be created only when the data exists in the temp table.

One way though i have found is that when u enforce the unique or primary key on creation of the temp tables then the &quot;Index Seek&quot; is used in the execution plan.

I would really like to have you an article featured on this topic.

And yes,  your blog is awesome. I have learnt so much from your articles. 

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Creating indexing on the temp table doesn&#8217;t come up with index seek (instead it uses table scan)  in the &#8220;Estimated Execution Plan&#8221;.</p>
<p>Have also found out that the index has to be created only when the data exists in the temp table.</p>
<p>One way though i have found is that when u enforce the unique or primary key on creation of the temp tables then the &#8220;Index Seek&#8221; is used in the execution plan.</p>
<p>I would really like to have you an article featured on this topic.</p>
<p>And yes,  your blog is awesome. I have learnt so much from your articles. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumit sharma</title>
		<link>http://blog.sqlauthority.com/2008/05/12/sql-server-sql-server-comparison-similarity-and-difference-temptable-vs-tempvariable-part-2/#comment-39493</link>
		<dc:creator><![CDATA[sumit sharma]]></dc:creator>
		<pubDate>Wed, 25 Jun 2008 10:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=601#comment-39493</guid>
		<description><![CDATA[hello pinal..could you plese tell me something about
select 8 statement from where the data is retrived.
and when we run
select 1 2 3 4 statement it will give error
help me..]]></description>
		<content:encoded><![CDATA[<p>hello pinal..could you plese tell me something about<br />
select 8 statement from where the data is retrived.<br />
and when we run<br />
select 1 2 3 4 statement it will give error<br />
help me..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

