Search Results

3
votes
2answers
307 views

Batch SQL inserts in .NET

Is using the .NET DataAdapter's batch insert features any more efficient, as far as DB round-trips, compared to using DbCommand.ExecuteNonQuery() in a loop? Coming from the Java world, I wa …