Awadhendra Tiwari Total Post:505 Points:2525 Posted by Awadhendra Tiwari May-11-2011 4:59 AM MSSQL Server MSSQL Server 1 Answer(s) 1432 View(s) Ratings: Rate this:
Awadhendra Tiwari Post:505 Points:2525 How do you load large data to the SqlServer database? Posted on 6 years ago 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.
Post:505
Points:2525How do you load large data to the SqlServer database?
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.