I am using the ...SqlBulkCopy... object to insert a couple million generated rows into a database. The only problem is that the table I am inserting to has an identity column. I have tried setting the ...SqlBulkCopyOptions... to ...SqlBulkCopyOptions.Keep...