July 23, 2009 at 4:43 am
I am using bcp command to download data from sql server.
In sql server database there is data in other language
like "Account Éàèçöäüêâôñ 13154 "
After using bcp command the data that gets copied to file is
"Account …Ї”„ˆƒ“¤ 13154"
Pls. let me know which bcp option should be selected so that my data doesn't get corrupted.
Thanks to know
July 23, 2009 at 7:24 am
Without more detail, i'll take a guess and say it's a collation issue. You may have to create a format file to properly translate the data. Do a search on "bcp format file collation" and see what you find and see if that helps.
July 23, 2009 at 7:25 pm
"RAW"
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply