Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to determine if index fields are in specific sequence
Message
De
24/05/2012 02:58:14
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
How to determine if index fields are in specific sequence
Versions des environnements
SQL Server:
SQL Server 2005
Application:
Web
Divers
Thread ID:
01544239
Message ID:
01544239
Vues:
47
Hi
I am tuning my database performance.I found that, the order of field expression in index could cause performance issue

IndexA: FieldA, FieldB, FieldC can be slower than IndexA: FieldC, FieldA, FieldB

I would like to know, how to check if the existing index expression is in A,B,C sequence, then only I drop it and re-create it with C,A,B?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform