I have 2 questions about SqlBulkCopy:
If I insert a batch of 1000 records and the 990th item doesn't meet validation criteria, does the other 999 records still get inserted into the database or not?
How do you track errors caused by SqlBulkCopy. I have some code here but was wondering how would I track validation errors: