http://www.brentozar.com/archive/2009/09/whats-on-my-bookshelf/
SqlDataAdapter adpt = new SqlDataAdapter(); adpt.InsertCommand = command; // Specify the number of rows adpt.UpdateBatchSize = 5;
SqlDataAdapter adpt = new SqlDataAdapter(); adpt.InsertCommand = command; // Specify the number of rows adpt.UpdateBatchSize = 5;
Book Content Copyright © 2009 by Prentice Hall PTR. All rights reserved. | Corporate Sponsor DataDirect Technologies.