-
When I try to write a DataTable to the user with the WriteToServer, I receive the the following exception:
```
Unhandled exception. Microsoft.Data.SqlClient.SqlException (0x80131904): INSERT is not a…
-
### What happened?
While testing babelfish with an old dotnet code base we discovered that performing a bulk copy into an temporary table throws an exception:
```
System.InvalidOperationException…
-
有时候需要插入大数据, SqlBulkCopy会快很多。希望能支持下。
-
I've tried using this with SqlBulkCopy but I get the following:
System.InvalidOperationException: The given value 'System.Data.SqlTypes.SqlBytes' of type SqlBytes from the data source cannot be con…
-
Hi,
I'm not sure about purpose of the library now. Is it meant to be able to work with spatial types or I can use it also to fill in tables in SQL server (2019)?
Using data tables I got followni…
-
If SqlBulkCopy encounters any kind of exception as it inserts rows into a table, it fails the entire job.
In some scenarios, certain errors might be appropriate to retry - for instance, a deadlock…
-
There a few performance tweaks that could really help reduce heap allocations / GC pressure during SqlBulkCopy on SqlDecimal:
During SqlDecimal's construction, an int[] is created:
```csharp
in…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
12.3.5, and Umbraco Forms 12.2.0
### Bug summary
We have a Block List block that allows us to pick an Um…
-
### Description
When trying to BulkSyncronize a table from one database to another, InvalidCastException is thrown. The table is created using code-first and is mapped to a class hierarchie. I've lin…
-
hello, when analysing an extended event converted into a sqlite, I have this error :
Info - WorkloadTools.Consumer.Analysis.WorkloadAnalyzer : Summary info written (15 rows)
Warn - WorkloadTools.…