Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine if index fields are in specific sequence
Message
From
24/05/2012 02:58:14
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
How to determine if index fields are in specific sequence
Environment versions
SQL Server:
SQL Server 2005
Application:
Web
Miscellaneous
Thread ID:
01544239
Message ID:
01544239
Views:
46
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...
Next
Reply
Map
View

Click here to load this message in the networking platform