<?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; Interesting Observation &#8211; Use of Index and Execution Plan</title>
	<atom:link href="http://blog.sqlauthority.com/2008/11/30/sql-server-interesting-observation-use-of-index-and-execution-plan/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/11/30/sql-server-interesting-observation-use-of-index-and-execution-plan/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 08:01:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Graeme Martin</title>
		<link>http://blog.sqlauthority.com/2008/11/30/sql-server-interesting-observation-use-of-index-and-execution-plan/#comment-488660</link>
		<dc:creator><![CDATA[Graeme Martin]]></dc:creator>
		<pubDate>Mon, 03 Jun 2013 18:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1583#comment-488660</guid>
		<description><![CDATA[&quot;pinaldev&quot; LOL! The moniker truly applies, Pinal Dave. :-)  Thanks for all you do for all of us out here.]]></description>
		<content:encoded><![CDATA[<p>&#8220;pinaldev&#8221; LOL! The moniker truly applies, Pinal Dave. :-)  Thanks for all you do for all of us out here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VIKANTH</title>
		<link>http://blog.sqlauthority.com/2008/11/30/sql-server-interesting-observation-use-of-index-and-execution-plan/#comment-442185</link>
		<dc:creator><![CDATA[VIKANTH]]></dc:creator>
		<pubDate>Fri, 22 Mar 2013 10:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1583#comment-442185</guid>
		<description><![CDATA[Good notes my rocky star ,,,,,,]]></description>
		<content:encoded><![CDATA[<p>Good notes my rocky star ,,,,,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #006 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2008/11/30/sql-server-interesting-observation-use-of-index-and-execution-plan/#comment-389241</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #006 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 08 Dec 2012 01:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1583#comment-389241</guid>
		<description><![CDATA[[...]   [...]]]></description>
		<content:encoded><![CDATA[<p>[...]   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #005 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2008/11/30/sql-server-interesting-observation-use-of-index-and-execution-plan/#comment-384380</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #005 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 01 Dec 2012 01:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1583#comment-384380</guid>
		<description><![CDATA[[...] Interesting Observation – Use of Index and Execution Plan Query Optimization is a complex game and it has its own rules. From the example in the article we have discovered that Query Optimizer does not use clustered index to retrieve data, sometime non clustered index provides optimal performance for retrieving Primary Key. When all the rows and columns are selected Primary Key should be used to select data as it provides optimal performance. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Interesting Observation – Use of Index and Execution Plan Query Optimization is a complex game and it has its own rules. From the example in the article we have discovered that Query Optimizer does not use clustered index to retrieve data, sometime non clustered index provides optimal performance for retrieving Primary Key. When all the rows and columns are selected Primary Key should be used to select data as it provides optimal performance. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjay</title>
		<link>http://blog.sqlauthority.com/2008/11/30/sql-server-interesting-observation-use-of-index-and-execution-plan/#comment-290288</link>
		<dc:creator><![CDATA[sanjay]]></dc:creator>
		<pubDate>Tue, 29 May 2012 07:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1583#comment-290288</guid>
		<description><![CDATA[What is the use of Use row lock and use page lock when accessing the index..???]]></description>
		<content:encoded><![CDATA[<p>What is the use of Use row lock and use page lock when accessing the index..???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiten</title>
		<link>http://blog.sqlauthority.com/2008/11/30/sql-server-interesting-observation-use-of-index-and-execution-plan/#comment-45761</link>
		<dc:creator><![CDATA[Hiten]]></dc:creator>
		<pubDate>Tue, 20 Jan 2009 06:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1583#comment-45761</guid>
		<description><![CDATA[Hi Pinal,
This article is of great use for the one&#039;s who are into optimization and performance. But I wanna ask u that if a column already have a primary key, it uses Clustered Index by default and if we don&#039;t add a non-clustered index to the same table and we write query as : select ContactNumber from Person.Contact, then which optimization path it will follow.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
This article is of great use for the one&#8217;s who are into optimization and performance. But I wanna ask u that if a column already have a primary key, it uses Clustered Index by default and if we don&#8217;t add a non-clustered index to the same table and we write query as : select ContactNumber from Person.Contact, then which optimization path it will follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj</title>
		<link>http://blog.sqlauthority.com/2008/11/30/sql-server-interesting-observation-use-of-index-and-execution-plan/#comment-44872</link>
		<dc:creator><![CDATA[pankaj]]></dc:creator>
		<pubDate>Wed, 17 Dec 2008 09:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1583#comment-44872</guid>
		<description><![CDATA[its a nice summary out there
pinaldev..]]></description>
		<content:encoded><![CDATA[<p>its a nice summary out there<br />
pinaldev..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
