SQL SERVER – How to store more than 8000 characters in a column

I received an inquiry from one of my blog readers “Mr. Arun” and he wanted to store more than 8,000 characters in a column. Generally the length of  a varchar(Max) data type consider it as a 8000 characters and above. So I suggested him to use VARCHAR(MAX). But even if you use VARCHAR(MAX), you should … Continue reading SQL SERVER – How to store more than 8000 characters in a column