I'm using bcp utility to port data from text file to sql 2005 table, which is running fine but the data in the table is not exactly the same as in the text file
e.g
Mytext.txt MyTable ('Name')
----------------------- --------------------------
1° Miglior Prezzo 1° Miglior Prezzo
2M Criação Editorial 2M Criação Editorial
AB29 Vermögensverwaltung AB29 Vermögensverwaltung
When I use query analyzer to Insert/update, the content is correct. What setting I have to do to run bcp correctly