How to prevent duplicate records being inserted with SqlBulkCopy?
- by Pandiya Chendur
I am inserting a datatable via sqlbulkcopy to a sql server Table.... Consider that if am inserting the same datatable next time the same set of rows are added... How to avoid duplicates in such scenario? Any suggestion....