128.

You are transferring records from one database to another.You need to decide whether you can use the SqlBulkCopy class to transfer the records.What should you do?

The SqlBulkCopy class provides a high-performance method for copying data to a table in a SQL Server database.The SqlBulkCopy object can copy from a variety of sources to a SQL Server table.