A varchar or variable character field is a set of character data of indeterminate length.
I have a column in my SQL-2005 database that used to be a varchar(max), but it has been changed …
sql-server-2005 hibernate varchar nvarcharI've inherited a asp.net website project that currently runs SQL Server 2000 as its backend. I've been doing some databases …
sql sql-server varcharI screwed up and created a column as a varchar(255) where that is no longer sufficient. I've read that varchar …
postgresql text varcharWhat is the meaning of varchar(-1) in SQL Server 2008? Is it an alternative for varchar(max)?
sql sql-server sql-server-2008 varcharI have a column (which represents an e-mail) in a SQL Server database with varchar(50) as data type and I …
sql-server unique varcharIn a slightly heated discussion on TDWTF a question arose about the size of varchar columns in a DB. For …
database-design size varchar nvarcharDoes anyone know the difference between using VarChar(255) and VarChar(65536) ? Here's what I know so far : VarChar(255) will only use …
mysql varcharI know when converting from nvarchar to varchar, some data will be lost/changed. However, are there any risks of …
sql sql-server-2008 varchar nvarchar sqldatatypes