Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index become non optimized after a while
Message
 
 
To
16/07/2010 01:25:10
General information
Forum:
Microsoft SQL Server
Category:
Database management
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01471721
Message ID:
01472686
Views:
35
>I was also wondering about another combo index I have. It is like this:
>
>
>   CREATE INDEX [IndexCombo2] ON [Reply] ([NoMember],[Read]) INCLUDE ([NoThread]) ON [Reply]
>
>
>This one includes two fields in the index. I also have a single index on Read. When a combo index includes two fields, is that field also within the same story as the other one which is that I wouldn't need to preserve the single index on Read?

Since the first field in this combo index is NoMember, then index on Read is different and should be preserved if it's needed.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform