I know I have to be missing something simple, but I can't figure out what's going on. I have a varchar(max) column I have three or four paragraphs of text I want to copy and paste into the varchar(max) column. I can select the paragraphs and paste them in, but only the first paragraph is stored in the varchar(max) column. The second and third paragraphs just disappear. I have also tried pasting in first one paragraph, then at the end of that paragraph in the column i paste in the second paragraph and so on, but only the text up to the end of the first paragraph is saved to the table. Can anybody point me in the direction to find out what im doing wrong?