<?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/"
		>
<channel>
	<title>Comments on: Tips on Optimizing SQL Server Non-Clustered Indexes</title>
	<atom:link href="http://www.sql-server-performance.com/2007/nonclustered-indexes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2007/nonclustered-indexes/</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Fri, 17 May 2013 13:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Naveen Kumar</title>
		<link>http://www.sql-server-performance.com/2007/nonclustered-indexes/#comment-1021</link>
		<dc:creator>Naveen Kumar</dc:creator>
		<pubDate>Thu, 15 Dec 2011 06:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=211#comment-1021</guid>
		<description><![CDATA[Hi,
  The above query when executed does not give a selectivity ratio in %. Please add ROUND((SELECT @total_unique/@total_rows*100),2,2) instead of ROUND((SELECT @total_unique/@total_rows),2,2)]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
  The above query when executed does not give a selectivity ratio in %. Please add ROUND((SELECT @total_unique/@total_rows*100),2,2) instead of ROUND((SELECT @total_unique/@total_rows),2,2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://www.sql-server-performance.com/2007/nonclustered-indexes/#comment-577</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Thu, 01 Sep 2011 14:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=211#comment-577</guid>
		<description><![CDATA[Hi - selectivity of a column is misleading. I did a simple check on one of my PROD DB&#039;s which had 0.12 selectivity ratio(result of your script), but when i saw the actual execution plan when i do a simple select on the column, the plan is using the non clustered index unlike what you&#039;ve suggested..]]></description>
		<content:encoded><![CDATA[<p>Hi &#8211; selectivity of a column is misleading. I did a simple check on one of my PROD DB&#8217;s which had 0.12 selectivity ratio(result of your script), but when i saw the actual execution plan when i do a simple select on the column, the plan is using the non clustered index unlike what you&#8217;ve suggested..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
