Hi All,
Im trying to move data in bulk from oracle to sql server. Both source and destination table has the same structure. One of the field is msgtimestamp and the rest are number and varchar field.
Im getting the following error when bulkcopy.WriteToServer is called for doing bulk move "The given ColumnMapping does not match up with any column in the source or destination"
I tried putting column names of source and dest exactly as field names wondering if its case sensitive but did not work.
Can someone help me out....
Thanks in advance.
Regards, Soja