When I import XL files, varchar columns that have text values with more than a couple hundred characters get truncated. I notice that the same file in .txt format seems to import more of the varchar value before truncating.
I have a similar problem when entering text information on a web form. After about 250 characters, the data is truncated.
Is there a setting, page size or some other parameter that I can use to accept large text varchar values?
Thanks.