How can we Load large no of data in Sql Server?

 Posted by Vishalneeraj-24503 on 3/1/2015 | Category: Sql Server Interview questions | Views: 1072 | Points: 40
Answer:

BulkCopy is a tool used to copy huge amount of data from tables. BULK INSERT command helps to Imports 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