SqlBulkCopy to SQL Server in Parallel

added by AdaTheDev
1/14/2011 9:22:16 AM

556 Views

In an earlier post last year, I blogged about high performance bulk loading to SQL Server from .NET using SqlBulkCopy. That post highlighted the performance gain that SqlBulkCopy gives over another batched insert approach using an SqlDataAdapter. But is it possible to squeeze more performance out? Oh yes...


0 comments