sqlhints.com
Difference Between Sql Server VARCHAR and VARCHAR(MAX) Data Type
Ideally, it is better to compare Text and Varchar(MAX) data types, as in Sql Server 2005 Varchar(MAX) data type was introduced as an alternate for Text data type. Varchar(Max) data type provides mu…