Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing a combo index
Message
From
01/02/2011 13:01:30
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Database management
Title:
Removing a combo index
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01498181
Message ID:
01498181
Views:
87
I am trying to remove a combo index by script. When removing a single index key, we usually do this:
DROP INDEX [Reply.NoMember]
...where Reply is the table and NoMember is the field.

But, when using a combo index, our index is combined with multiple keys. So, doing this will not work:
DROP INDEX [Reply.ReplyNoMember]
...assuming the table Reply has a combo index named ReplyNoMember.

How to remove it by script?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform