Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PK - GUID or Identity or app generated
Message
De
07/02/2001 15:52:14
 
 
À
07/02/2001 07:25:15
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Divers
Thread ID:
00473108
Message ID:
00473600
Vues:
13
>I'll agree. I tend to stay in the world of INTEGERs (including BIGINT). Hands down, this is the fastest. There's a use for GUIDs, especially if the data is distributed.
>
>-Mike

Espesially since SQL Server 2000 has the new indentity variables so that triggers inserting into triggers won't affect things. Although, I don't favor int due to speed, I favor it because it is much easier for me to type...

select * from master where id = 234

than

select * from master where id = {12134-123j4hk-1324hkjh-alk}

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform