Using SqlBulkCopy class in Asp.net 2.0
Author:
AzamSharp
We come across situations when we have to copy data from one table to the other table. This is usually accomplished by using SQL Queries. Visual Studio.NET 2005 Beta 2 introduces a SqlBulkCopy class that can perform the same operation efficiently. In this article we will take a look at the features provided by SqlBulkCopy class.
More Tutorials
|