Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 varchar vs. char - when to use which?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-24 : 09:21:00
Cliff writes "Is there any criteria to use to determine when to use a varchar, vs. a char data type, a reasonable cutoff, like say, any column over 10 bytes should be varchar? Supposedly there IS a reasonable point where the savings of storage and transfering of dead space offets the overhead of varchar. Got any ideas? We are building a web-based application that will be storing and retrieving data from a SQL Server db, and we want to minimize the data stream to the browser."
   

- Advertisement -