When I inserted text from one SQL Server VARCHAR(MAX) field in one database to another, I get question mark symbols - "?" - in the target database (in addition to line feeds) whenever there are line feeds in the source database.
Text in the target database looks like this:
Line one.?
?
Line two.?
?
Any ideas about what could cause this, and how to fix it?