I just read that the VARCHAR(MAX) datatype (which can store close to 2GB of char data) is the recommended replacement for the TEXT datatype in SQL Server 2005+. If I want to search inside a column for any string, which … Continue reading
The post SQL Server Text Type vs Varchar Data Type [Closed] appeared first on Solved.