dibyajyoti1
Programmer
How do I copy through <b>'BCP'</b> only <font color=red>a few selective fields from an input data file to a table which have fewer column than the fields available in the flat file</font>?<br><br> Say there are three fields in the flat file and My table has only two columns and I want to copy only the first and the third field in to the table.How can I BCP it without taking help of a temporary table?