How many characters can a SQL Server 2008 database field contain when the data type is VARCHAR(MAX)?
How many characters can a SQL Server 2008 database field contain when the data type is VARCHAR(MAX)?
There are a few gotchas worth mentioning - you may need to force the use of varchar(max)
and print only handles 8000 chars