<?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; Four Posts on Removing the Bookmark Lookup &#8211; Key Lookup</title>
	<atom:link href="http://blog.sqlauthority.com/2010/05/13/sql-server-four-posts-on-removing-the-bookmark-lookup-key-lookup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/05/13/sql-server-four-posts-on-removing-the-bookmark-lookup-key-lookup/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQLAuthority News – Monthly Roundup of Best SQL Posts Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/05/13/sql-server-four-posts-on-removing-the-bookmark-lookup-key-lookup/#comment-73942</link>
		<dc:creator><![CDATA[SQLAuthority News – Monthly Roundup of Best SQL Posts Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Mon, 31 May 2010 01:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8954#comment-73942</guid>
		<description><![CDATA[[...] SQL SERVER – Size of Index Table for Each Index – Solution 2 SQL SERVER – Size of Index Table for Each Index – Solution 3 – Powershell SQL SERVER – Four Posts on Removing the Bookmark Lookup – Key Lookup [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Size of Index Table for Each Index – Solution 2 SQL SERVER – Size of Index Table for Each Index – Solution 3 – Powershell SQL SERVER – Four Posts on Removing the Bookmark Lookup – Key Lookup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BBeadle</title>
		<link>http://blog.sqlauthority.com/2010/05/13/sql-server-four-posts-on-removing-the-bookmark-lookup-key-lookup/#comment-70860</link>
		<dc:creator><![CDATA[BBeadle]]></dc:creator>
		<pubDate>Fri, 14 May 2010 15:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8954#comment-70860</guid>
		<description><![CDATA[I&#039;ve been looking at a query that one of our third-party applications uses to populate one of its forms.  I&#039;ve found that it does a &quot;SELECT *&quot; from a table, with a sub query against the same table.  The estimated execution plan shows a Key Lookup at a cost of 99%.

I considered adding an index that included all of the columns in the table-- not sure if that was even a good idea but I was going to try it as a test.  However, the table contains a number of ntext fields that cannot be included in the index.  Kick blocked.

Given that I cannot modify either the query itself as it is hard-coded, or the underlying table structures for the same reason-- is there anything I can do to improve the performance of the query?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking at a query that one of our third-party applications uses to populate one of its forms.  I&#8217;ve found that it does a &#8220;SELECT *&#8221; from a table, with a sub query against the same table.  The estimated execution plan shows a Key Lookup at a cost of 99%.</p>
<p>I considered adding an index that included all of the columns in the table&#8211; not sure if that was even a good idea but I was going to try it as a test.  However, the table contains a number of ntext fields that cannot be included in the index.  Kick blocked.</p>
<p>Given that I cannot modify either the query itself as it is hard-coded, or the underlying table structures for the same reason&#8211; is there anything I can do to improve the performance of the query?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
