I am using a desktop based windows form application ..need to save a huge text field in sql sever db .Which one is better
varbinary(max)
varchar(max)
Blob
Any other
Can anyone please explain the pros and cons .!
As it will be run in users desktop don't want to make an overhead (making the application slow/Crash their application)