What is the best way to store a large amount of text in a table in SQL server?
Is varchar(max) reliable?
According to the text found here, varbinary(max) is the way to go. You'll be able to store approximately 2GB of data.