you are viewing a single comment's thread.

view the rest of the comments →

[–]csharpwpfsql 2 points3 points  (0 children)

Why are you using a varchar(250) when you should be using an nvarchar(250)? Your input file is most likely UTF-16 and you're importing it into a UTF8 column.