I encountered timeout exception in bulk operations (Insert, Update, Merge, Delete), even though I had specified bulkCopyTimeout parameter to few minutes/hours.
After go through the source code, I notice the bulk operations actually calling connection.Execute...() internally, which may cause timeout exception after default timeout 30 secs.
Suggest to add commandTimeout parameter in bulk operations.
Thanks in advance!
I encountered timeout exception in bulk operations (Insert, Update, Merge, Delete), even though I had specified bulkCopyTimeout parameter to few minutes/hours.
After go through the source code, I notice the bulk operations actually calling connection.Execute...() internally, which may cause timeout exception after default timeout 30 secs.
Suggest to add commandTimeout parameter in bulk operations.
Thanks in advance!