1.

What Is Bcp? When Does It Used?

Answer»

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.

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.



Discussion

No Comment Found