Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use of tinyint versus bit
Message
De
21/06/2005 13:12:15
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Divers
Thread ID:
01025207
Message ID:
01025209
Vues:
15
>I'm reviewing a "Best Practices" document for SQL Database Developers and although I may not agree with all of the document I don't see any problems with the standards that are being put into place...
>
>Except for the use of tinyint versus bit. Can someone explain to me the advantage of this use?

1. You cannot put the bit into a index
2. If you define a nullable bit, it use a tinyint ( 8 bits ) space.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform