Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there any significant value
Message
De
09/04/2001 19:08:48
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Divers
Thread ID:
00493804
Message ID:
00493836
Vues:
17
There were some reasons to stay away from VARCHAR on SQL Server 6.5 but for 7.0 and 2000, those issues have been dealt with.

I perfer the VARCHAR datatypes. SQL Server only stores the amount of data need to store the value - which leads to more data on the page. More data on the page means that it will take less I/O to retrieve the data.

The only issue might be with columns that are volatile and whose size changes dramatically. In this case, SQL Server might not be able to update the row in place and would have to bounce the row all over the page.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform