-
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.…
-
A query with fairly complex logic that cleans some atrociously formatted Excel files and writes the result to SQL Server works for up to a few dozen files but times out when I try to process hundreds …
-
While refactoring our project to use polymorphism, we have found that Linq2DB's inheritance mapping falls apart when the tree of abstract classes becomes three deep. The mapping works fine if there is…
-
Hello,
While doing a direct database Transfer using the SMO.Transfer Object, I get this error at the System Versioned Temporal Tables:
`Unhandled exception. Microsoft.SqlServer.Management.Comm…
-
### Describe the bug
`SqlBulkCopy` throws inconsistent exceptions depending on the target datatype. Not only are the messages different, but the exception types are different as well.
When the targe…
-
Hi,
The behavior of the CsvReader and CachedCsvReader differ from each other when only some columns are mapped to SqlBulkCopy column collection. The CsvReader class throws MalformedCsvException while…
-
### Is your feature request related to a problem? Please describe.
Often I find myself needing to dump some content quickly into sql server, and map the columns sequentially. While I can create a `Da…
-
ReadWriteColumnValueAsync is written generically, retrieving an object representation of the row's value and passing around `object` between the read & write. Usually this is a value type that gets b…
-
### Describe the bug
SQL Bulk Copy does not support inserting edges via the edge pseudo-column names $from_id and $to_id. Instead it is required to obtain the real column names (e.g. $from_id_BFD7268…
-
Databases usually provide various mechanisms for efficient bulk import of data from the client (e.g. .NET application) into the database. We already have issues tracking improving INSERT performance (…