Tag Sql
26
Sep
2010
NHibenate and Varchar(Max) 4k limit
From a little bit of research with the release of SQL 2005, the Text and NText have been;deprecated;in favour for VarChar(Max) and NVarChar(Max).However I was observing a issue when using VarChar(Max), each time I saved more than 4k bytes of data int Read more
17
Mar
2008