The performance problem is down to ODBC being a single row Insert operation when used as a data loader, so each row will result in a seperate Insert statement i.e. 50million inserts . To achieve high performance you need to use the batch load utilities like TPT. You can download the utilities from Downloads section of Developer Exchange - look for TTU.
The performance problem is down to ODBC being a single row Insert operation when used as a data loader, so each row will result in a seperate Insert statement i.e. 50million inserts . To achieve high performance you need to use the batch load utilities like TPT. You can download the utilities from Downloads section of Developer Exchange - look for TTU.