Hello All,
How to Insert Chinese characters for 2 columns using BCP command with out using format file(.FMT).
here is my bcp command in my windows batch script using format file i am not able to insert.
Let me know any other command i can using with format file.(FMT) and I will get .out file data fileand how i need to insert into my SQL Server 2000 tables.
bcp PatsDb.dbo.xfr_SAP_Vendor_ENT in ENTSAP.out -F 1 /S USFLMIAD-DB01 /UCensus_Admin /PCA1934 /f SAP_vendor_in_new.fmt
Thanks
Anand.