﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Pedro Lopes  / usp_IndexesUnused - SQL 2k5 / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 01:45:32 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: usp_IndexesUnused - SQL 2k5</title><link>http://www.sqlservercentral.com/Forums/Topic504567-896-1.aspx</link><description>I'd like to see some type of formula that would determine the efficiency of a particular index, e.g. (pseudo-code)If (user_seeks &amp;lt;&amp;gt; '0') and (user_scans/user_seeks &amp;gt; 0.5)output 'Verify Index' , Table_Name, Index_NameI'm still researching what ratios of what categories are significant.</description><pubDate>Thu, 26 Feb 2009 11:09:00 GMT</pubDate><dc:creator>jbuttery</dc:creator></item><item><title>RE: usp_IndexesUnused - SQL 2k5</title><link>http://www.sqlservercentral.com/Forums/Topic504567-896-1.aspx</link><description>And you're right, of course. I'll edit ASAP.Thank you :cool:</description><pubDate>Fri, 30 Jan 2009 14:19:31 GMT</pubDate><dc:creator>Pedro Lopes MS</dc:creator></item><item><title>RE: usp_IndexesUnused - SQL 2k5</title><link>http://www.sqlservercentral.com/Forums/Topic504567-896-1.aspx</link><description>The last line of the where clause reads:	AND ((a.user_seeks + a.user_scans + a.user_lookups) = 0 OR a.user_updates = 0)I think "OR a.user_updates = 0" should be removed.  For example, I've got an index with 9 million hits but no updates.  This index is certainly not unused just because the data is static.</description><pubDate>Fri, 30 Jan 2009 12:50:25 GMT</pubDate><dc:creator>don.schaeffer</dc:creator></item><item><title>usp_IndexesUnused - SQL 2k5</title><link>http://www.sqlservercentral.com/Forums/Topic504567-896-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/scripts/Administration/63167/"&gt;usp_IndexesUnused - SQL 2k5&lt;/A&gt;[/B]</description><pubDate>Wed, 21 May 2008 09:13:43 GMT</pubDate><dc:creator>Pedro Lopes MS</dc:creator></item></channel></rss>