What is BCP? When does it used?

 Posted by Blessybaby on 1/6/2010 | Category: Sql Server Interview questions | Views: 6016
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.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response