|
|
|
|
Browse by Tags
All Tags » performance » Data Load » SqlBulkCopy (RSS)
-
After reading Adam Machanic’s comment to my previous post, I started to wonder if what I saw was all due to the fact that SQL Server blindly chooses to allocate at least one extent in response to each call to WriteToServer(), perhaps in its zeal to achieve minimal logging.
Such an algorithm sounds a bit crazy, or even dumb. But anything ...
-
For many years, I have been using a C# program to generate the TPC-C compliant data for testing. The program relies on the SqlBulkCopy class to load the data generated as per the TPC-C specifications into the SQL Server tables. In general, the performance of this C# data loader is satisfactory. Lately however, I found myself in a situation ...
|
|
|
|
|