I use a customized bcp function to export data from SQL Server 2008 R2 table to csv file and send it through ftp to the destination.I pass the code page -C 1252 as parameter in the bcp function but the personnel at the destination always complaints that the csv file is encoded as UCS-2.
Could you please in resolving this issue?
Is it a matter of Regional Settings?