Open
Description
I am using sql server. When I try to Bulk Insert on a table and there is a unique index (not Primary Key) and the index has IGNORE_DUP_KEY = ON and I try to insert duplicate entries then it should return zero (0) rows affected, but instead it returns the count of the collection.
Am I missing something?