﻿<?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 2005 / T-SQL (SS2K5)  / Modify the index on a table to include ANOTHER column. / 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>Sat, 18 May 2013 15:57:24 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Modify the index on a table to include ANOTHER column.</title><link>http://www.sqlservercentral.com/Forums/Topic732786-338-1.aspx</link><description>Drop the index, create a new one. Or create the index with the DROP_EXISTING clause</description><pubDate>Thu, 11 Jun 2009 02:29:43 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Modify the index on a table to include ANOTHER column.</title><link>http://www.sqlservercentral.com/Forums/Topic732786-338-1.aspx</link><description>As far as I know you can't use alter index statement to modify the columns that the index is referencing.  You'll have to create a new index with the included column and then drop the old one.Adi</description><pubDate>Thu, 11 Jun 2009 01:10:25 GMT</pubDate><dc:creator>Adi Cohn-120898</dc:creator></item><item><title>Modify the index on a table to include ANOTHER column.</title><link>http://www.sqlservercentral.com/Forums/Topic732786-338-1.aspx</link><description>I need to modify the unique index already created on a table to include another column.How can i do that?</description><pubDate>Thu, 11 Jun 2009 00:57:36 GMT</pubDate><dc:creator>sreekirt-1108866</dc:creator></item></channel></rss>