Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index become non optimized after a while
Message
 
 
À
16/07/2010 01:25:10
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01471721
Message ID:
01472686
Vues:
36
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform