Home Forums Programming Powershell submit batch of sql inserts as string or submit one insert at the time to ExcuteNonQuery() RE: submit batch of sql inserts as string or submit one insert at the time to ExcuteNonQuery()

  • I suggest looking into SqlBulkCopy with a DataTable.