Romain Ferraton
Romain Ferraton
We use 64bits process. I can provide a link to a mssql backup if you want ? if you prefer DDL (MSSQL) : ```sql CREATE TABLE TEST_71_1M_12m( NIV_AGREGAT char(32) NULL,...
We have another message when desactivating Fastmode Message : Auto width requires fast mode to be enabled When déactivating autowidth we have message : Message : Insert requires fast mode...
OK, got it. @michelebastione good luck !
If you specify only one database in the @databases list then it is not possible to run more than one database in parallel even if you specify @DatabasesInParallel='Y' and create...
Same problem on Norton 360 with a custom developed python application compiled with nuitka
I did, but the issue with ColumnNames is : - it is an init only attribut (not so painfull but...) - when you don't have a plain mapping (all targeted...
hello @onurctirtir : i would like to split the data for even parallel extraction from an external client without having to now the business (classic) column distribution. With classic tables...
> [@rferraton](https://github.com/rferraton) I could support this if you're not on it. Please do. I have not the level to code in rust :-)
> You can not turn off this error. However, you can set up a try-catch block to hide it from the end user. The catch block gets triggered and just...
# for Ngpgsql you have method on the connection to start/stop a writer `var writer = npgsqltargetConnection.BeginTextImport(pgcopycommand)` Then you can iterate over a dbdatareder , getvalue and use the writer...