I am trying to bcp ascii data into sql from a .txt file that has characters such as umlaut. running the bcp statement from cmd line using the argument "-c", the characters change from an "ä" to ',,' (double comma). other characters experience similar changes. the code_page is set to 1252 for the server.
EXAMPLE:
En skärgårdssgen, Op. 20/R 49
En sk„rg†rdss„gen, Op. 20/R 49
Are there any bcp utility arguments that can help this situation? Or any other ways around getting these types of characters to bcp correctly into the DB?
thank you..
EXAMPLE:
En skärgårdssgen, Op. 20/R 49
En sk„rg†rdss„gen, Op. 20/R 49
Are there any bcp utility arguments that can help this situation? Or any other ways around getting these types of characters to bcp correctly into the DB?
thank you..