<?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; Difference Between Index Scan and Index Seek</title>
	<atom:link href="http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/</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: Mike</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-471822</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Thu, 09 May 2013 06:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-471822</guid>
		<description><![CDATA[Good one...]]></description>
		<content:encoded><![CDATA[<p>Good one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #012 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-409573</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #012 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 19 Jan 2013 01:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-409573</guid>
		<description><![CDATA[[...] Difference Between Index Scan and Index Seek I have explained the concept of Index Scan and Index Seek earlier but I keep on receiving the same question again and again. SQL Server uses search predicates to make a decision right before applying indexes to any given query. Index Scan happens when an index definition can not point close to a single row satisfy search predicates. In this case SQL Server has to scan multiple pages to find a range of rows which satisfy search predicates. In case of Index Seek SQL Server finds single row matching search predicates using index definition. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Difference Between Index Scan and Index Seek I have explained the concept of Index Scan and Index Seek earlier but I keep on receiving the same question again and again. SQL Server uses search predicates to make a decision right before applying indexes to any given query. Index Scan happens when an index definition can not point close to a single row satisfy search predicates. In this case SQL Server has to scan multiple pages to find a range of rows which satisfy search predicates. In case of Index Seek SQL Server finds single row matching search predicates using index definition. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-353037</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Tue, 25 Sep 2012 16:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-353037</guid>
		<description><![CDATA[The article would be a little more understandable if we could see examples somehow.]]></description>
		<content:encoded><![CDATA[<p>The article would be a little more understandable if we could see examples somehow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-342267</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Sun, 09 Sep 2012 15:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-342267</guid>
		<description><![CDATA[Partial Error, in my opinion.

If &#039; [Index1 on Table1 contains two columns : Col1,Col3 ] &#039; - either Table-Field Value (column) has a null value and filtering is not used; then a possible Index Seek is in fact an Index Scan on 2008 and later SQL Servers versions, in my opinion, by Engine Design standards.]]></description>
		<content:encoded><![CDATA[<p>Partial Error, in my opinion.</p>
<p>If &#8216; [Index1 on Table1 contains two columns : Col1,Col3 ] &#8216; &#8211; either Table-Field Value (column) has a null value and filtering is not used; then a possible Index Seek is in fact an Index Scan on 2008 and later SQL Servers versions, in my opinion, by Engine Design standards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GopiKrishan Gosu</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-284062</link>
		<dc:creator><![CDATA[GopiKrishan Gosu]]></dc:creator>
		<pubDate>Sat, 12 May 2012 06:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-284062</guid>
		<description><![CDATA[Hi Pinal,
Colud you tell me for 6+ sql developer what are all the topics will ask in interviews.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
Colud you tell me for 6+ sql developer what are all the topics will ask in interviews.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-277803</link>
		<dc:creator><![CDATA[Vaibhav]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 09:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-277803</guid>
		<description><![CDATA[If possible can u explain the diff between index seek and scan through diagram/picture ?]]></description>
		<content:encoded><![CDATA[<p>If possible can u explain the diff between index seek and scan through diagram/picture ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-260154</link>
		<dc:creator><![CDATA[Ram]]></dc:creator>
		<pubDate>Tue, 06 Mar 2012 21:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-260154</guid>
		<description><![CDATA[Please take this as constructive criticism.
This article needs to be proof-read with a fine-tooth comb for grammatically correct English. 
You are too verbose when it comes to insignificant details and those that need elaborate explanation, you seem to just gloss over them. Case in point -- &quot;Index Scan happens when index definition can not point close on single row to satisfy search predicates&quot; -]]></description>
		<content:encoded><![CDATA[<p>Please take this as constructive criticism.<br />
This article needs to be proof-read with a fine-tooth comb for grammatically correct English.<br />
You are too verbose when it comes to insignificant details and those that need elaborate explanation, you seem to just gloss over them. Case in point &#8212; &#8220;Index Scan happens when index definition can not point close on single row to satisfy search predicates&#8221; -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldip Bhatt</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-225603</link>
		<dc:creator><![CDATA[Kuldip Bhatt]]></dc:creator>
		<pubDate>Sun, 25 Dec 2011 14:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-225603</guid>
		<description><![CDATA[thanks very nice sir]]></description>
		<content:encoded><![CDATA[<p>thanks very nice sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1111ali</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-177631</link>
		<dc:creator><![CDATA[1111ali]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 19:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-177631</guid>
		<description><![CDATA[It is really a usefull information for DBA while reading exec. plan]]></description>
		<content:encoded><![CDATA[<p>It is really a usefull information for DBA while reading exec. plan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Just</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-169571</link>
		<dc:creator><![CDATA[Just]]></dc:creator>
		<pubDate>Mon, 19 Sep 2011 13:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-169571</guid>
		<description><![CDATA[nice a lot!!!]]></description>
		<content:encoded><![CDATA[<p>nice a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paras Rangraj</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-130095</link>
		<dc:creator><![CDATA[Paras Rangraj]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 04:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-130095</guid>
		<description><![CDATA[Hi,
I have six table in my query and while looking at the execution plan i found that one of my table is showing Index scan without any kind of predicates. Please let me know whether this query is good or should i optimise this query.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have six table in my query and while looking at the execution plan i found that one of my table is showing Index scan without any kind of predicates. Please let me know whether this query is good or should i optimise this query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azhar Iqbal</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-112430</link>
		<dc:creator><![CDATA[Azhar Iqbal]]></dc:creator>
		<pubDate>Fri, 21 Jan 2011 10:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-112430</guid>
		<description><![CDATA[Hi,
Your articles differs in difficulty levels. As You have readers from all levels of intelligence. 
So please carry on these types of articles b/c these are very helpful for normal readers.
Thanks
Azhar]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Your articles differs in difficulty levels. As You have readers from all levels of intelligence.<br />
So please carry on these types of articles b/c these are very helpful for normal readers.<br />
Thanks<br />
Azhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish Rokade</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-108637</link>
		<dc:creator><![CDATA[Girish Rokade]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 08:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-108637</guid>
		<description><![CDATA[Hi,
   Can you tell that which data structures actually columns uses to store the data which has some indexes applied?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
   Can you tell that which data structures actually columns uses to store the data which has some indexes applied?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-101505</link>
		<dc:creator><![CDATA[abhishek]]></dc:creator>
		<pubDate>Mon, 22 Nov 2010 13:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-101505</guid>
		<description><![CDATA[Hi Pinal,
I have a simple question, Does the columns used in SELECT clause affect the index usage? e.g. in the scenario (given in article) if we write follwing queries:
SELECT col4, col5 FROM table1 where col1 = &#039;abc&#039; and col3 = &#039;xyz&#039;

SELECT col1, col3 FROM table1 where col1 = &#039;abc&#039; and col3 = &#039;xyz&#039;

SELECT col1, col4 FROM table1 where col1 = &#039;abc&#039; and col3 = &#039;xyz&#039;

As indexes are on col1 and col3, how these queries will behave in terms of index utilization??]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I have a simple question, Does the columns used in SELECT clause affect the index usage? e.g. in the scenario (given in article) if we write follwing queries:<br />
SELECT col4, col5 FROM table1 where col1 = &#8216;abc&#8217; and col3 = &#8216;xyz&#8217;</p>
<p>SELECT col1, col3 FROM table1 where col1 = &#8216;abc&#8217; and col3 = &#8216;xyz&#8217;</p>
<p>SELECT col1, col4 FROM table1 where col1 = &#8216;abc&#8217; and col3 = &#8216;xyz&#8217;</p>
<p>As indexes are on col1 and col3, how these queries will behave in terms of index utilization??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: latha</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-96266</link>
		<dc:creator><![CDATA[latha]]></dc:creator>
		<pubDate>Thu, 28 Oct 2010 09:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-96266</guid>
		<description><![CDATA[hai

to improve the performance i partition my table based on a column.but when updating it gives an error]]></description>
		<content:encoded><![CDATA[<p>hai</p>
<p>to improve the performance i partition my table based on a column.but when updating it gives an error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shrikrishna</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-87938</link>
		<dc:creator><![CDATA[shrikrishna]]></dc:creator>
		<pubDate>Wed, 15 Sep 2010 15:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-87938</guid>
		<description><![CDATA[Hi Ashish

According my knowlegde Sequence is index seek,index scan,table seek and table scan.]]></description>
		<content:encoded><![CDATA[<p>Hi Ashish</p>
<p>According my knowlegde Sequence is index seek,index scan,table seek and table scan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N R</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-81829</link>
		<dc:creator><![CDATA[N R]]></dc:creator>
		<pubDate>Tue, 27 Jul 2010 11:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-81829</guid>
		<description><![CDATA[how to  separate date and time]]></description>
		<content:encoded><![CDATA[<p>how to  separate date and time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Savoie</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-58981</link>
		<dc:creator><![CDATA[Brian Savoie]]></dc:creator>
		<pubDate>Thu, 24 Dec 2009 21:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-58981</guid>
		<description><![CDATA[Whether we like this kind of article or not is irrelevant. Anyone who wants to write efficient queries better understand it; which is why I&#039;m trying to! This is the least enjoyable part of writing queries, but the most rewarding and necessary.

I Appreciate this resource, thank you!!]]></description>
		<content:encoded><![CDATA[<p>Whether we like this kind of article or not is irrelevant. Anyone who wants to write efficient queries better understand it; which is why I&#8217;m trying to! This is the least enjoyable part of writing queries, but the most rewarding and necessary.</p>
<p>I Appreciate this resource, thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Pratap</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-57450</link>
		<dc:creator><![CDATA[Gaurav Pratap]]></dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-57450</guid>
		<description><![CDATA[Agree with all, this give us an insight of functionoing of SQL server.

More such work appreciated.]]></description>
		<content:encoded><![CDATA[<p>Agree with all, this give us an insight of functionoing of SQL server.</p>
<p>More such work appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne E. Pfeffer</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-56796</link>
		<dc:creator><![CDATA[Wayne E. Pfeffer]]></dc:creator>
		<pubDate>Mon, 19 Oct 2009 19:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-56796</guid>
		<description><![CDATA[I too am interested in more articles like this, especially about indexes.]]></description>
		<content:encoded><![CDATA[<p>I too am interested in more articles like this, especially about indexes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonal</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-55188</link>
		<dc:creator><![CDATA[Sonal]]></dc:creator>
		<pubDate>Tue, 25 Aug 2009 09:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-55188</guid>
		<description><![CDATA[This article is really useful , and example is very nice to understand. I am looking for this type of example.
Can u provide this type of article regrading INDEX rebuild and reorganize.Thanks a lot.]]></description>
		<content:encoded><![CDATA[<p>This article is really useful , and example is very nice to understand. I am looking for this type of example.<br />
Can u provide this type of article regrading INDEX rebuild and reorganize.Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh Kurapati</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-53432</link>
		<dc:creator><![CDATA[Suresh Kurapati]]></dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-53432</guid>
		<description><![CDATA[Pinal

Thanks for short , simple yet effective information on index scans and seeks. Of course, I (and I am sure all others readers also) will truly appreciate if you can expand more on this subject]]></description>
		<content:encoded><![CDATA[<p>Pinal</p>
<p>Thanks for short , simple yet effective information on index scans and seeks. Of course, I (and I am sure all others readers also) will truly appreciate if you can expand more on this subject</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: purushotam Bhardwaj</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-53138</link>
		<dc:creator><![CDATA[purushotam Bhardwaj]]></dc:creator>
		<pubDate>Sat, 20 Jun 2009 07:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-53138</guid>
		<description><![CDATA[I want more example for index scan and index seek]]></description>
		<content:encoded><![CDATA[<p>I want more example for index scan and index seek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhilash</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-53084</link>
		<dc:creator><![CDATA[Abhilash]]></dc:creator>
		<pubDate>Thu, 18 Jun 2009 10:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-53084</guid>
		<description><![CDATA[As you guessed I&#039;s looking for this kind of articles.
Thanks.]]></description>
		<content:encoded><![CDATA[<p>As you guessed I&#8217;s looking for this kind of articles.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Mariano Alvarez</title>
		<link>http://blog.sqlauthority.com/2009/01/18/sql-server-difference-between-index-scan-and-index-seek/#comment-47145</link>
		<dc:creator><![CDATA[Jose Mariano Alvarez]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 03:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2048#comment-47145</guid>
		<description><![CDATA[Interesting article. I prefer to say (when related to predicates), that &quot;Indexseek&quot; is used by engine when a very low percentage of rows of table satisfy the predicate.]]></description>
		<content:encoded><![CDATA[<p>Interesting article. I prefer to say (when related to predicates), that &#8220;Indexseek&#8221; is used by engine when a very low percentage of rows of table satisfy the predicate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
