<?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; Index Created on View not Used Often &#8211; Observation of the View &#8211; Part 2</title>
	<atom:link href="http://blog.sqlauthority.com/2010/12/23/sql-server-index-created-on-view-not-used-often-observation-of-the-view-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/12/23/sql-server-index-created-on-view-not-used-often-observation-of-the-view-part-2/</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: mohan</title>
		<link>http://blog.sqlauthority.com/2010/12/23/sql-server-index-created-on-view-not-used-often-observation-of-the-view-part-2/#comment-475131</link>
		<dc:creator><![CDATA[mohan]]></dc:creator>
		<pubDate>Tue, 14 May 2013 13:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11298#comment-475131</guid>
		<description><![CDATA[Hi 
    i have a one doubt on idexes that is does we create a view on index table  ? after creating view on index again does we create index on view indexed table 
give me the reply as soon as possible 

thanking you
mohan]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
    i have a one doubt on idexes that is does we create a view on index table  ? after creating view on index again does we create index on view indexed table<br />
give me the reply as soon as possible </p>
<p>thanking you<br />
mohan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #009 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/12/23/sql-server-index-created-on-view-not-used-often-observation-of-the-view-part-2/#comment-400681</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #009 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 29 Dec 2012 01:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11298#comment-400681</guid>
		<description><![CDATA[[...] Index Created on View not Used Often – Observation of the View – Part 2 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Index Created on View not Used Often – Observation of the View – Part 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aasim abdullah</title>
		<link>http://blog.sqlauthority.com/2010/12/23/sql-server-index-created-on-view-not-used-often-observation-of-the-view-part-2/#comment-107456</link>
		<dc:creator><![CDATA[aasim abdullah]]></dc:creator>
		<pubDate>Thu, 23 Dec 2010 05:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11298#comment-107456</guid>
		<description><![CDATA[On modifying non clustered index on base table and converting it into covering index as follow

CREATE UNIQUE NONCLUSTERED INDEX [IX_OriginalTable_ID2] ON [dbo].[mySampleTable] ( [ID2] ASC )
    INCLUDE ( [ID1], [SomeData] )
ON  [PRIMARY]

Query optimizer again using this NON CLUSTERED index instead of clustered index on view
WHY query optimizer prefer to use this NC index instead of Clustered index with same structure on view ???]]></description>
		<content:encoded><![CDATA[<p>On modifying non clustered index on base table and converting it into covering index as follow</p>
<p>CREATE UNIQUE NONCLUSTERED INDEX [IX_OriginalTable_ID2] ON [dbo].[mySampleTable] ( [ID2] ASC )<br />
    INCLUDE ( [ID1], [SomeData] )<br />
ON  [PRIMARY]</p>
<p>Query optimizer again using this NON CLUSTERED index instead of clustered index on view<br />
WHY query optimizer prefer to use this NC index instead of Clustered index with same structure on view ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumar Harsh</title>
		<link>http://blog.sqlauthority.com/2010/12/23/sql-server-index-created-on-view-not-used-often-observation-of-the-view-part-2/#comment-107450</link>
		<dc:creator><![CDATA[Kumar Harsh]]></dc:creator>
		<pubDate>Thu, 23 Dec 2010 05:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11298#comment-107450</guid>
		<description><![CDATA[Hi,

After Creating index on base table in same sequence,refresh view then you get same result as before.
&lt;b&gt;It still use the Index of the base table?&lt;/b&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>After Creating index on base table in same sequence,refresh view then you get same result as before.<br />
<b>It still use the Index of the base table?</b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
