<?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: Obtaining Index Usage Information</title>
	<atom:link href="http://www.sql-server-performance.com/2009/obtaining-index-usage-information/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2009/obtaining-index-usage-information/</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: Hank Freeman</title>
		<link>http://www.sql-server-performance.com/2009/obtaining-index-usage-information/#comment-2045</link>
		<dc:creator>Hank Freeman</dc:creator>
		<pubDate>Wed, 27 Jun 2012 16:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1509#comment-2045</guid>
		<description><![CDATA[DBA100,
I used you and statement and found it quite useful for I was trying to find the indexes that were not being used. The fact that they are updated but never user seeked, scanned, or looked up is something I needed.
So thanks for the additional code.]]></description>
		<content:encoded><![CDATA[<p>DBA100,<br />
I used you and statement and found it quite useful for I was trying to find the indexes that were not being used. The fact that they are updated but never user seeked, scanned, or looked up is something I needed. </p>
<p>So thanks for the additional code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DBA100</title>
		<link>http://www.sql-server-performance.com/2009/obtaining-index-usage-information/#comment-364</link>
		<dc:creator>DBA100</dc:creator>
		<pubDate>Fri, 10 Jun 2011 07:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1509#comment-364</guid>
		<description><![CDATA[I can&#039;t see why
&quot;– Indexes that have been updated by not used&quot;
is
&quot;AND(s.user_seeks &gt; 0 or s.user_scans &gt; 0 or s.user_lookups &gt; 0 );
&quot;
it should be &quot;AND(s.user_seeks = 0 and s.user_scans = 0 an s.user_lookups = 0 and s.user_updates &gt; 0 );
right?]]></description>
		<content:encoded><![CDATA[<p>I can&#8217;t see why<br />
&#8220;– Indexes that have been updated by not used&#8221;<br />
is<br />
&#8220;AND(s.user_seeks &gt; 0 or s.user_scans &gt; 0 or s.user_lookups &gt; 0 );<br />
&#8221;</p>
<p>it should be &#8220;AND(s.user_seeks = 0 and s.user_scans = 0 an s.user_lookups = 0 and s.user_updates &gt; 0 );</p>
<p>right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
