Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing a combo index
Message
De
01/02/2011 13:01:30
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Titre:
Removing a combo index
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01498181
Message ID:
01498181
Vues:
91
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform