View
[Play
the Video] - Requires Registration/Login
[Download
Sample]
Notes
·
SqlBulkCopy is part of the .NET framework 2.0 which allows developers
to perform bulk insert operations.
·
The SqlBulkCopy class uses DataTable or DataReader to perform the
bulk insert.
·
SqlBulkCopy includes a mappings collection which enables developers
to programmatically copy columns from source table to the destination table.