Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating clustered index
Message
 
 
À
09/01/2010 19:41:21
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01442954
Message ID:
01442962
Vues:
29
>>No. You can have only one clustered index per table.
>
>So, if I want to create a clustered index, I need to add clustered in it such as:
>
>
>CREATE CLUSTERED INDEX
>
>
>Or, when I want to create a clustered index, should I only ommit including it?

You need to explicitly specify CLUSTERED when you want to make the index CLUSTERED. By default it would be nonclustered.
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