Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Funky Line feeds in MS SQL

8 like 0 dislike
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?
asked 2 years ago by SeO (39,810 points)

1 Answer

0 like 0 dislike
 
Best answer
Do both databases have the same collation? Perhaps they use different encoding and when you pasted it gave you such weird results?
answered 2 years ago by BloggeR (179,550 points)

Related questions

11 like 0 dislike
1 answer
10 like 0 dislike
1 answer
13 like 0 dislike
1 answer
asked 2 years ago by BloggeR (179,550 points)
3 like 0 dislike
0 answers
5 like 0 dislike
1 answer
asked 1 year ago by sr_webmaster (21,000 points)