<?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; Indexed View always Use Index on Table</title>
	<atom:link href="http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sat, 25 May 2013 01:31:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: badyalsk</title>
		<link>http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/#comment-382596</link>
		<dc:creator><![CDATA[badyalsk]]></dc:creator>
		<pubDate>Wed, 28 Nov 2012 14:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10489#comment-382596</guid>
		<description><![CDATA[If view view use an index created on table not created on itself by default(can be use index on itself by using hints no NOEXPAND).

Whats the benefit of indexed view when no hints(NOEXPAND) is used in the query created on view.]]></description>
		<content:encoded><![CDATA[<p>If view view use an index created on table not created on itself by default(can be use index on itself by using hints no NOEXPAND).</p>
<p>Whats the benefit of indexed view when no hints(NOEXPAND) is used in the query created on view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uday</title>
		<link>http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/#comment-326912</link>
		<dc:creator><![CDATA[uday]]></dc:creator>
		<pubDate>Wed, 08 Aug 2012 04:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10489#comment-326912</guid>
		<description><![CDATA[Hi,
 Thanks for ur valuable post it helped me lot to Crack interviews on indexing]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
 Thanks for ur valuable post it helped me lot to Crack interviews on indexing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riteshshah</title>
		<link>http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/#comment-207111</link>
		<dc:creator><![CDATA[riteshshah]]></dc:creator>
		<pubDate>Tue, 29 Nov 2011 10:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10489#comment-207111</guid>
		<description><![CDATA[Hi Shailendra,

You can get good information about Index from below given link:

http://www.sqlhub.com/2011/06/list-of-articles-about-index-in.html]]></description>
		<content:encoded><![CDATA[<p>Hi Shailendra,</p>
<p>You can get good information about Index from below given link:</p>
<p><a href="http://www.sqlhub.com/2011/06/list-of-articles-about-index-in.html" rel="nofollow">http://www.sqlhub.com/2011/06/list-of-articles-about-index-in.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailendra</title>
		<link>http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/#comment-134206</link>
		<dc:creator><![CDATA[Shailendra]]></dc:creator>
		<pubDate>Fri, 13 May 2011 06:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10489#comment-134206</guid>
		<description><![CDATA[I am focusing on your articles since 3 months.These are very impressive.
I am using queris without indexing and result is very slow performance.I am fadded of that kind of results.
I want to use Indexing in my queries for fast results.
Can you tell me where can i find all articles regarding Indexes.
I just want those articles from where i can easily find all articles related on Indexes.
Any guy if can help then please send me on my email below:

Thanks
---------------------------]]></description>
		<content:encoded><![CDATA[<p>I am focusing on your articles since 3 months.These are very impressive.<br />
I am using queris without indexing and result is very slow performance.I am fadded of that kind of results.<br />
I want to use Indexing in my queries for fast results.<br />
Can you tell me where can i find all articles regarding Indexes.<br />
I just want those articles from where i can easily find all articles related on Indexes.<br />
Any guy if can help then please send me on my email below:</p>
<p>Thanks<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Index Created on View not Used Often – Observation of the View – Part 2 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/#comment-107416</link>
		<dc:creator><![CDATA[SQL SERVER – Index Created on View not Used Often – Observation of the View – Part 2 Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Thu, 23 Dec 2010 01:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10489#comment-107416</guid>
		<description><![CDATA[[...] SQL SERVER – Indexed View always Use Index on Table [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Indexed View always Use Index on Table [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News – Last Day to Participate in my Questions at SQL Quiz Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/#comment-98120</link>
		<dc:creator><![CDATA[SQLAuthority News – Last Day to Participate in my Questions at SQL Quiz Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sat, 06 Nov 2010 01:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10489#comment-98120</guid>
		<description><![CDATA[[...] I have already written the answer as a hint over here:  SQL SERVER – Indexed View always Use Index on Index  [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I have already written the answer as a hint over here:  SQL SERVER – Indexed View always Use Index on Index  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/#comment-92369</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 17:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10489#comment-92369</guid>
		<description><![CDATA[Nice explanation of how indexes on views work.
Thank you]]></description>
		<content:encoded><![CDATA[<p>Nice explanation of how indexes on views work.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Parkkola</title>
		<link>http://blog.sqlauthority.com/2010/10/12/sql-server-indexed-view-always-use-index-on-index/#comment-92220</link>
		<dc:creator><![CDATA[Marko Parkkola]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 05:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10489#comment-92220</guid>
		<description><![CDATA[Hi,

It quite logical, the expanding I mean, when I finally figured it out. If you use index in the view, you need to scan/seek through it and then go to the table and use it&#039;s clustered index to read the actual row data. With table you need only to use table&#039;s clustered index.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It quite logical, the expanding I mean, when I finally figured it out. If you use index in the view, you need to scan/seek through it and then go to the table and use it&#8217;s clustered index to read the actual row data. With table you need only to use table&#8217;s clustered index.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
