<?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; Index on Index View Used in Similar Query</title>
	<atom:link href="http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/</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: Nags</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-423319</link>
		<dc:creator><![CDATA[Nags]]></dc:creator>
		<pubDate>Mon, 18 Feb 2013 11:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-423319</guid>
		<description><![CDATA[Hi,
It is great to know about this. 

I have a questions here, if the base table already has a clustered index, then if we add a clustered index on the view how does it work.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
It is great to know about this. </p>
<p>I have a questions here, if the base table already has a clustered index, then if we add a clustered index on the view how does it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sai Reddy</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-370079</link>
		<dc:creator><![CDATA[Sai Reddy]]></dc:creator>
		<pubDate>Tue, 06 Nov 2012 07:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-370079</guid>
		<description><![CDATA[Hi Pinal ,

Here main table is using index from view its fine.

but there is no change in query cost.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal ,</p>
<p>Here main table is using index from view its fine.</p>
<p>but there is no change in query cost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janani</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-366084</link>
		<dc:creator><![CDATA[Janani]]></dc:creator>
		<pubDate>Mon, 29 Oct 2012 09:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-366084</guid>
		<description><![CDATA[i&#039;m sorry to say this, but this is little misleading..the query  cost (relative to batch) will always add to 100%. it depends on the number of queries we have per batch..please refer his link for more clear answers. http://stackoverflow.com/questions/3191356/query-cost-relative-to-batch-is-100]]></description>
		<content:encoded><![CDATA[<p>i&#8217;m sorry to say this, but this is little misleading..the query  cost (relative to batch) will always add to 100%. it depends on the number of queries we have per batch..please refer his link for more clear answers. <a href="http://stackoverflow.com/questions/3191356/query-cost-relative-to-batch-is-100" rel="nofollow">http://stackoverflow.com/questions/3191356/query-cost-relative-to-batch-is-100</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hossam Alfraih (@SaudiGeekNET)</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-248415</link>
		<dc:creator><![CDATA[Hossam Alfraih (@SaudiGeekNET)]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 08:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-248415</guid>
		<description><![CDATA[Hi Pinal,

I believe this will only happen if you run the query on an Enterprise (or Developer) Edition.

However, for other editions .. using the NOEXPAND hint will ask the query optimizer to use the indexed view even if it is not a good idea.

Thanks for the nice post.

~ Hossam]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I believe this will only happen if you run the query on an Enterprise (or Developer) Edition.</p>
<p>However, for other editions .. using the NOEXPAND hint will ask the query optimizer to use the indexed view even if it is not a good idea.</p>
<p>Thanks for the nice post.</p>
<p>~ Hossam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Indexed Views and Restrictions &#8211; Quiz &#8211; Puzzle &#8211; 7 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-233259</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Indexed Views and Restrictions &#8211; Quiz &#8211; Puzzle &#8211; 7 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 01:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-233259</guid>
		<description><![CDATA[[...] and Answers ISBN: 1466405643 Page#50  The Limitations of the Views – Eleven and more…  Interesting Observation – Index on Index View Used in Similar Query  Outer Join Not Allowed in Indexed Views – Limitation of the View 8  Cross Database Queries Not [...]]]></description>
		<content:encoded><![CDATA[<p>[...] and Answers ISBN: 1466405643 Page#50  The Limitations of the Views – Eleven and more…  Interesting Observation – Index on Index View Used in Similar Query  Outer Join Not Allowed in Indexed Views – Limitation of the View 8  Cross Database Queries Not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madan agrawal</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-219160</link>
		<dc:creator><![CDATA[Madan agrawal]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 05:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-219160</guid>
		<description><![CDATA[Hi Pinal,

I have two databases on same server(Development edition) ,One is little bit old in terms of data and another is just a replica taken few days before of production(Enterprise editon) server.
 
But when i excute the same query on both databases in development edition, both gives me two different execution plan.
 
One is using indexes created on view and another using indexes of table that  has been reference by veiw.
 
Schema and indexes are same on both databases in developer edition server.

Can you let me know how can make use of index created on veiw other than  table hint (noexpand) as same query when excuted in diffent database not use any table hint.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I have two databases on same server(Development edition) ,One is little bit old in terms of data and another is just a replica taken few days before of production(Enterprise editon) server.</p>
<p>But when i excute the same query on both databases in development edition, both gives me two different execution plan.</p>
<p>One is using indexes created on view and another using indexes of table that  has been reference by veiw.</p>
<p>Schema and indexes are same on both databases in developer edition server.</p>
<p>Can you let me know how can make use of index created on veiw other than  table hint (noexpand) as same query when excuted in diffent database not use any table hint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ady</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-170977</link>
		<dc:creator><![CDATA[Ady]]></dc:creator>
		<pubDate>Fri, 23 Sep 2011 18:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-170977</guid>
		<description><![CDATA[Hi Pinal,

Do you have any suggestion for creating full text catalog on data in 2 different languages.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Do you have any suggestion for creating full text catalog on data in 2 different languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinit Kumar</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-124817</link>
		<dc:creator><![CDATA[vinit Kumar]]></dc:creator>
		<pubDate>Thu, 24 Mar 2011 09:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-124817</guid>
		<description><![CDATA[Hi Mr. Pianldave, 

I always read your post. This is a good post.

I am navice in sql server.

Would you please tell me is Index view stored in the database.]]></description>
		<content:encoded><![CDATA[<p>Hi Mr. Pianldave, </p>
<p>I always read your post. This is a good post.</p>
<p>I am navice in sql server.</p>
<p>Would you please tell me is Index view stored in the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plamen</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-104171</link>
		<dc:creator><![CDATA[Plamen]]></dc:creator>
		<pubDate>Tue, 07 Dec 2010 15:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-104171</guid>
		<description><![CDATA[interesting as far as the inner workings of SQL Server, but nobody seems to be asking the obvious question - would you ever purposely design it this way? Isn&#039;t it much cleaner and logical to create an index on the base table? One scenario I can think of is when you have a database created by a vendor that you do not want to contaminate with your own code, yet you need to improve its performance. Even then the indexed view needs to be in the same database for this to work, which is still not ideal.]]></description>
		<content:encoded><![CDATA[<p>interesting as far as the inner workings of SQL Server, but nobody seems to be asking the obvious question &#8211; would you ever purposely design it this way? Isn&#8217;t it much cleaner and logical to create an index on the base table? One scenario I can think of is when you have a database created by a vendor that you do not want to contaminate with your own code, yet you need to improve its performance. Even then the indexed view needs to be in the same database for this to work, which is still not ideal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalpana</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-77568</link>
		<dc:creator><![CDATA[kalpana]]></dc:creator>
		<pubDate>Fri, 25 Jun 2010 00:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-77568</guid>
		<description><![CDATA[This is really helpful  article, Thanx]]></description>
		<content:encoded><![CDATA[<p>This is really helpful  article, Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shree Prakash</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-64009</link>
		<dc:creator><![CDATA[Shree Prakash]]></dc:creator>
		<pubDate>Tue, 30 Mar 2010 09:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-64009</guid>
		<description><![CDATA[Very nice Analysis :)

It would be better if we get more details on SQL Server Query execution plan..]]></description>
		<content:encoded><![CDATA[<p>Very nice Analysis :)</p>
<p>It would be better if we get more details on SQL Server Query execution plan..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-61020</link>
		<dc:creator><![CDATA[rahul]]></dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-61020</guid>
		<description><![CDATA[when i am using above script my estimated plan showing same value each time 100% why?

can you explain in detail]]></description>
		<content:encoded><![CDATA[<p>when i am using above script my estimated plan showing same value each time 100% why?</p>
<p>can you explain in detail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konko74</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-58715</link>
		<dc:creator><![CDATA[Konko74]]></dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-58715</guid>
		<description><![CDATA[I have a problem with this feature : if the view return LESS records than the table, the query return a bad result...]]></description>
		<content:encoded><![CDATA[<p>I have a problem with this feature : if the view return LESS records than the table, the query return a bad result&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-57475</link>
		<dc:creator><![CDATA[Sandeep]]></dc:creator>
		<pubDate>Tue, 10 Nov 2009 07:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-57475</guid>
		<description><![CDATA[I am getting the same result, even after creating a index on view, and execute a query used in view.]]></description>
		<content:encoded><![CDATA[<p>I am getting the same result, even after creating a index on view, and execute a query used in view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Leonard</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-57218</link>
		<dc:creator><![CDATA[Chris Leonard]]></dc:creator>
		<pubDate>Sat, 31 Oct 2009 20:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-57218</guid>
		<description><![CDATA[@Chris Z: that&#039;s correct about the schemabinding, although schemabinding is really required just to allow the view to be indexed in the first place.

@BartD: the NOEXPAND hint forces SQL Server to work with the view as a view, rather than expand it to its base definition during query normalization.  The most common use of this parameter is for when the optimizer wants to service a query against an indexed view by hitting the base data instead of using the indexed view data.  In this case, it&#039;s the other way around - we want a query against a base table to use the indexed view.

In general, remember that there isn&#039;t any huge difference physically between indexes and (clustered) tables.  If the optimizer understands the data connection between one or more indexes / tables, it will use them as it deems best.  In Enterprise or Developer Edition, this can be done with indexed views, which are really just another automated form of indexing data from one or more tables.]]></description>
		<content:encoded><![CDATA[<p>@Chris Z: that&#8217;s correct about the schemabinding, although schemabinding is really required just to allow the view to be indexed in the first place.</p>
<p>@BartD: the NOEXPAND hint forces SQL Server to work with the view as a view, rather than expand it to its base definition during query normalization.  The most common use of this parameter is for when the optimizer wants to service a query against an indexed view by hitting the base data instead of using the indexed view data.  In this case, it&#8217;s the other way around &#8211; we want a query against a base table to use the indexed view.</p>
<p>In general, remember that there isn&#8217;t any huge difference physically between indexes and (clustered) tables.  If the optimizer understands the data connection between one or more indexes / tables, it will use them as it deems best.  In Enterprise or Developer Edition, this can be done with indexed views, which are really just another automated form of indexing data from one or more tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Z</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-57087</link>
		<dc:creator><![CDATA[Chris Z]]></dc:creator>
		<pubDate>Tue, 27 Oct 2009 22:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-57087</guid>
		<description><![CDATA[It occurs to me that the schemabinding requirement for indexed views might allow the sql engine to consider bound objects in developing the execution plan. Just a thought.]]></description>
		<content:encoded><![CDATA[<p>It occurs to me that the schemabinding requirement for indexed views might allow the sql engine to consider bound objects in developing the execution plan. Just a thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-56322</link>
		<dc:creator><![CDATA[Ramesh]]></dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-56322</guid>
		<description><![CDATA[I think The view is a imaginary table. It was referring the original table records so the index also created automatically]]></description>
		<content:encoded><![CDATA[<p>I think The view is a imaginary table. It was referring the original table records so the index also created automatically</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldip Bhatt</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-56259</link>
		<dc:creator><![CDATA[Kuldip Bhatt]]></dc:creator>
		<pubDate>Wed, 30 Sep 2009 05:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-56259</guid>
		<description><![CDATA[very nice analysis.]]></description>
		<content:encoded><![CDATA[<p>very nice analysis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharamvir</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-56239</link>
		<dc:creator><![CDATA[Dharamvir]]></dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-56239</guid>
		<description><![CDATA[Tried to run the same query, but I&#039;m still getting the same cost. Could you tell me why it is so?

Working on SQL 2005 SP1


Regards

Dharamvir Singh]]></description>
		<content:encoded><![CDATA[<p>Tried to run the same query, but I&#8217;m still getting the same cost. Could you tell me why it is so?</p>
<p>Working on SQL 2005 SP1</p>
<p>Regards</p>
<p>Dharamvir Singh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BartD</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-56212</link>
		<dc:creator><![CDATA[BartD]]></dc:creator>
		<pubDate>Mon, 28 Sep 2009 15:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-56212</guid>
		<description><![CDATA[On editions lower than Enterprise, I believe you can force use of the view&#039;s index with the NOEXPAND hint.  But it won&#039;t happen automatically.]]></description>
		<content:encoded><![CDATA[<p>On editions lower than Enterprise, I believe you can force use of the view&#8217;s index with the NOEXPAND hint.  But it won&#8217;t happen automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandra</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-56211</link>
		<dc:creator><![CDATA[chandra]]></dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-56211</guid>
		<description><![CDATA[irrespective of how i run the before and after query, it shows the same results. (i am not running the query for the second time to think that it might be from cache).

also, after the index on view has been created, the query we run still shows Missing index....

executed on sql 2008 sp1.]]></description>
		<content:encoded><![CDATA[<p>irrespective of how i run the before and after query, it shows the same results. (i am not running the query for the second time to think that it might be from cache).</p>
<p>also, after the index on view has been created, the query we run still shows Missing index&#8230;.</p>
<p>executed on sql 2008 sp1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepika</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-56153</link>
		<dc:creator><![CDATA[Deepika]]></dc:creator>
		<pubDate>Fri, 25 Sep 2009 07:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-56153</guid>
		<description><![CDATA[This is very helpful article,Thank you mr.Pinal Dave 
I have learned SQL server&#039;s Indexes before but not clearly,after reading your article i understood well]]></description>
		<content:encoded><![CDATA[<p>This is very helpful article,Thank you mr.Pinal Dave<br />
I have learned SQL server&#8217;s Indexes before but not clearly,after reading your article i understood well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chintak Chhapia</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-56138</link>
		<dc:creator><![CDATA[Chintak Chhapia]]></dc:creator>
		<pubDate>Thu, 24 Sep 2009 17:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-56138</guid>
		<description><![CDATA[Yes, this is a great feature. But, this automatic substitution is done only in enterprise and developer edition. On rest of the editions we need to explicitly query the view to use the index view.]]></description>
		<content:encoded><![CDATA[<p>Yes, this is a great feature. But, this automatic substitution is done only in enterprise and developer edition. On rest of the editions we need to explicitly query the view to use the index view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-56126</link>
		<dc:creator><![CDATA[Brian Tkatch]]></dc:creator>
		<pubDate>Thu, 24 Sep 2009 13:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-56126</guid>
		<description><![CDATA[Thanx for this one.

Very interesting!]]></description>
		<content:encoded><![CDATA[<p>Thanx for this one.</p>
<p>Very interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel</title>
		<link>http://blog.sqlauthority.com/2009/09/24/sql-server-interesting-observation-index-on-index-view-used-in-similar-query/#comment-56125</link>
		<dc:creator><![CDATA[Noel]]></dc:creator>
		<pubDate>Thu, 24 Sep 2009 12:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6895#comment-56125</guid>
		<description><![CDATA[Thanks for another great post! Too bad the automatic consideration of an index on a view only happens with the Enterprise version.]]></description>
		<content:encoded><![CDATA[<p>Thanks for another great post! Too bad the automatic consideration of an index on a view only happens with the Enterprise version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
