1
Reply

What is BCP? When does it used?

Shalini Juneja

Shalini Juneja

13y
4.2k
0
Reply

    BulkCopy is a tool used to copy huge amount of data from tables and views. BCP does not copy the structures same as source to destination. BULK INSERT command helps to import a data file into a database table or view in a user-specified format.