We already have a running system that handles all connection-strings (...db2..., ...oracle..., ...MSServer...)....Currently, We are using ...ExecuteNonQuery()... to do some inserts....We want to improve the performance, by using ...SqlBulkCopy()... instea...