Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there any significant value
Message
From
09/04/2001 19:08:48
 
 
General information
Forum:
Microsoft SQL Server
Category:
Database design
Miscellaneous
Thread ID:
00493804
Message ID:
00493836
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform