I want to export a varchar(max) column (SQL 2005) to an xml UTF 8 using BCP out to a file. I tryed using the -w option for BCP but so far it encodes my special characters in strings like –
Is there's an option to skip the special characters because I don't want any & or # in my final xml ?