Bulk-Operations icon indicating copy to clipboard operation
Bulk-Operations copied to clipboard

C# SQL Bulk Operations | High-performance C# bulk insert, update, delete and merge for SQL Server, SQL Azure, SQL Compact, MySQL, and SQLite.

Results 8 Bulk-Operations issues
Sort by recently updated
recently updated
newest added

Hey all, I'm using `BulkInsertAsync` in parallel with different / changing table schemas. I run in to some problems because the framework caches the table schema. I found the following...

Hi , to avoid the constraint issues, could I set the **join indicators** for BulkMerge method? just like in the following merge query, I will get some exceptions: e.g. _Cannot...

I am trying bulk insertion from datatable which contains timespan columns. On insertion to database, while using bulk operation, the following error occurs ![20210302_123601.jpg](https://user-images.githubusercontent.com/8022900/109611296-08339680-7b54-11eb-8904-53275c96176b.jpg)

Hi, is there a way to override the default timeout of the DeleteFromQuery operation? I couldn't find anything in the documentation. Thanks

500k records 30 columns insertion taking 40sec 5M records 15 columns insertion taking 2.5Mins 10M records 30columns insertion taking 16Mins Is there a way to fasten the performance. Hint: We...

Hi, We have come across some issues when using Bulk Synchonize with large datasets. Our destination table is currently at around 120 million rows and we are syncing about 2.4...

When inserting Double.MinValue from VB.NET into a MySQL (8.X or 9.3) DOUBLE column (X), the operation fails with: `Out of range value for column 'X' at row N` **Details:** -...

When performing a BulkInsert into a MySQL (8.X and 9.3) table with a BLOB column (SNAPSHOT) from a VB.NET Byte() column, the operation fails with the error: `Cannot convert string...