<?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; Removing Key Lookup &#8211; Seek Predicate &#8211; Predicate &#8211; An Interesting Observation Related to Datatypes</title>
	<atom:link href="http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/</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: Hari</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-187919</link>
		<dc:creator><![CDATA[Hari]]></dc:creator>
		<pubDate>Thu, 03 Nov 2011 20:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-187919</guid>
		<description><![CDATA[Thank you Pinal. it is very HelpFull Article]]></description>
		<content:encoded><![CDATA[<p>Thank you Pinal. it is very HelpFull Article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-149884</link>
		<dc:creator><![CDATA[Bob]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 21:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-149884</guid>
		<description><![CDATA[If you turn on IO statistics and the query is doing a convert from varchar to say nvarchar.  One can see the impact in the elasped time, the hit is not in the query plan. It is overhead in converting the data to a comparable data type.
If there are a large number of rows this is a very unwanted overhead and it will take your query longer to complete.]]></description>
		<content:encoded><![CDATA[<p>If you turn on IO statistics and the query is doing a convert from varchar to say nvarchar.  One can see the impact in the elasped time, the hit is not in the query plan. It is overhead in converting the data to a comparable data type.<br />
If there are a large number of rows this is a very unwanted overhead and it will take your query longer to complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 19 of 31 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-149242</link>
		<dc:creator><![CDATA[SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 19 of 31 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Tue, 19 Jul 2011 01:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-149242</guid>
		<description><![CDATA[[...] (Read more here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] (Read more here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sim</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-128761</link>
		<dc:creator><![CDATA[Sim]]></dc:creator>
		<pubDate>Thu, 14 Apr 2011 03:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-128761</guid>
		<description><![CDATA[If my query is: SELECT * FROM tablename WHERE field1=value and field1 already is a nonclustered index, after executing, and look at actual execution plan, i saw Index Seek on field1 and Key Lookup on primary key, how i gonna remove this Key Lookup since i cant include all field as covering index?]]></description>
		<content:encoded><![CDATA[<p>If my query is: SELECT * FROM tablename WHERE field1=value and field1 already is a nonclustered index, after executing, and look at actual execution plan, i saw Index Seek on field1 and Key Lookup on primary key, how i gonna remove this Key Lookup since i cant include all field as covering index?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: STANLY PRINCE</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-127422</link>
		<dc:creator><![CDATA[STANLY PRINCE]]></dc:creator>
		<pubDate>Thu, 07 Apr 2011 18:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-127422</guid>
		<description><![CDATA[Hi,  This is a wonderful tips.  really helpful.]]></description>
		<content:encoded><![CDATA[<p>Hi,  This is a wonderful tips.  really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-105988</link>
		<dc:creator><![CDATA[Johnny]]></dc:creator>
		<pubDate>Wed, 15 Dec 2010 19:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-105988</guid>
		<description><![CDATA[In your example, you select three columns, so it makes sense to create a NONCLUSTERED INDEX.  If we select 30 columns, does it still make sense to create a NONCLUSTERED INDEX? Thanks.]]></description>
		<content:encoded><![CDATA[<p>In your example, you select three columns, so it makes sense to create a NONCLUSTERED INDEX.  If we select 30 columns, does it still make sense to create a NONCLUSTERED INDEX? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit D. Kulkarni</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-95722</link>
		<dc:creator><![CDATA[Amit D. Kulkarni]]></dc:creator>
		<pubDate>Mon, 25 Oct 2010 14:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-95722</guid>
		<description><![CDATA[I found your document very useful.
After spending hours for performance tuning related material on net I found your article the best one. Please share me more info on EXECUTION PLAN and PERFORMANCE TUNING.
Thanks again
AMit :)]]></description>
		<content:encoded><![CDATA[<p>I found your document very useful.<br />
After spending hours for performance tuning related material on net I found your article the best one. Please share me more info on EXECUTION PLAN and PERFORMANCE TUNING.<br />
Thanks again<br />
AMit :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakshmipathyg</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-71543</link>
		<dc:creator><![CDATA[Lakshmipathyg]]></dc:creator>
		<pubDate>Wed, 19 May 2010 06:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-71543</guid>
		<description><![CDATA[Thank you so much for sharing, it was excellent]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for sharing, it was excellent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhilash</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-58060</link>
		<dc:creator><![CDATA[Abhilash]]></dc:creator>
		<pubDate>Tue, 01 Dec 2009 10:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-58060</guid>
		<description><![CDATA[Ah! the one I&#039;s looking for.
Thats a nice scribbling.

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Ah! the one I&#8217;s looking for.<br />
Thats a nice scribbling.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Schutz</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-57812</link>
		<dc:creator><![CDATA[Dave Schutz]]></dc:creator>
		<pubDate>Mon, 23 Nov 2009 00:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-57812</guid>
		<description><![CDATA[Very informative article on Key lookups. I like the way it was broken down into separate articles, easier to follow.]]></description>
		<content:encoded><![CDATA[<p>Very informative article on Key lookups. I like the way it was broken down into separate articles, easier to follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shilesh Rastogi</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-57629</link>
		<dc:creator><![CDATA[Shilesh Rastogi]]></dc:creator>
		<pubDate>Mon, 16 Nov 2009 06:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-57629</guid>
		<description><![CDATA[Hi Pinal, 

This is a great article and very informative.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal, </p>
<p>This is a great article and very informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobin</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-57539</link>
		<dc:creator><![CDATA[Tobin]]></dc:creator>
		<pubDate>Thu, 12 Nov 2009 06:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-57539</guid>
		<description><![CDATA[Good Article!!!!!]]></description>
		<content:encoded><![CDATA[<p>Good Article!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suresh sulakh</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-57451</link>
		<dc:creator><![CDATA[suresh sulakh]]></dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-57451</guid>
		<description><![CDATA[It was very informative...thanks Pinal!!! By the way, are u back from PASS?]]></description>
		<content:encoded><![CDATA[<p>It was very informative&#8230;thanks Pinal!!! By the way, are u back from PASS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

