I import tables using SqlBulkCopy.WriteToServer(IDataReader) method, which works well, the problem is if the imported data contains errors, such as duplicates.
The in