﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / T-SQL (SS2K8)  / SQL Index Help.. / 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 09:32:12 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL Index Help..</title><link>http://www.sqlservercentral.com/Forums/Topic1409753-392-1.aspx</link><description>[i]IF and only if[/i] ABC.COLUMN2 is a (very) large column, and ABC.COLUMN1 is used by itself a lot, it might be worthwhile to keep both indexes.You should also review sys.dm_db_index_usage_stats to see how often, and in what ways, each index is currently being used.</description><pubDate>Thu, 24 Jan 2013 09:33:53 GMT</pubDate><dc:creator>ScottPletcher</dc:creator></item><item><title>RE: SQL Index Help..</title><link>http://www.sqlservercentral.com/Forums/Topic1409753-392-1.aspx</link><description>Unless your users have specific interest in using that index as an hint, thereby forcing the optimizer to think that you're smart enough to trick it. Apart from this I don't find any use of that index, as it's just a duplicate index lying there, and occupying unnecessary space. I would usually let the optimizer do that work for me rather than forcing it to choose something else which might no be the best alternative, and could impact performance.Regards,Faisal</description><pubDate>Tue, 22 Jan 2013 05:11:21 GMT</pubDate><dc:creator>faisalfarouqi</dc:creator></item><item><title>RE: SQL Index Help..</title><link>http://www.sqlservercentral.com/Forums/Topic1409753-392-1.aspx</link><description>Since indexes are Left Based, the second index is a duplicate.The only reason to not remove it is if somebody is using an index hint with the name of this second index.Removing it [u]should[/u] have no negative impact.  But really, you should test in your dev/qa environments first.</description><pubDate>Mon, 21 Jan 2013 17:14:53 GMT</pubDate><dc:creator>SQLRNNR</dc:creator></item><item><title>SQL Index Help..</title><link>http://www.sqlservercentral.com/Forums/Topic1409753-392-1.aspx</link><description>Hi guys, I have question for you guys,I have one table ABC (For Example) and Table ABC has few IndexesFirst Index on Table ABCCOLUMN_NAME = ABC.COLUMN1COLUMN_NAME = ABC.COLUMN2Second IndexColumn_Name = ABC.COlumn1My question is Would it be same. I can understand if i have Query with both column COlumn1 &amp; Column2then First Index is good. What you think should i delete Second Index or Keep, if i keep secondindex its not gonna slow down the performance?Please guide me. Thank You</description><pubDate>Mon, 21 Jan 2013 17:12:54 GMT</pubDate><dc:creator>rocky_498</dc:creator></item></channel></rss>