I am using SQLBulkCopy to upload bulk data into Sql Table.. the table contains the column ID as Identity column. so it will not allow dulicate record as you know..
Consoder that I have 10 rows to insert by SQLBulkCopy, among that 10 records we have 2 dulicate rows...
My questions is: Is there any way to skip that duplicate rows while inserting rows using SQLBulkCopy?