Need to store huge dynamically produced data(string type) in SQL server. i just tried varchar(max), nvarchar(max), text, ntext each one is storing 43679 characters of data.
but when i created tables in older versions of sql server varchar max and nvarchar max stored less amount of data only(8000,4000 characters).
can any one make me clear on this maximum limits.