Greetings,
Given an environment of two separate / different SQL BE DB's able to be connected to by ODBC connection, what other options than using a desktop database file as temporary storage exist to download records from the one SQL BE DB, to then use as the source of a bulk INSERT into the target SQL BE DB?
I would like to leave the download from the source SQL BE DB as a INSERT / SELECT SQL query which executes very fast and does a data dump... yet still want it dumped to an RDBMS type target so that when it comes time to publish to the target SQL BE DB, I need not spend precious processing time having to parse the data... such as dumping to a flat file.
The SQL BE DB's are different products, so their export / import formats are a different proprietary type... and like I already stated I only have ODBC connections to both available to utilize.
Given an environment of two separate / different SQL BE DB's able to be connected to by ODBC connection, what other options than using a desktop database file as temporary storage exist to download records from the one SQL BE DB, to then use as the source of a bulk INSERT into the target SQL BE DB?
I would like to leave the download from the source SQL BE DB as a INSERT / SELECT SQL query which executes very fast and does a data dump... yet still want it dumped to an RDBMS type target so that when it comes time to publish to the target SQL BE DB, I need not spend precious processing time having to parse the data... such as dumping to a flat file.
The SQL BE DB's are different products, so their export / import formats are a different proprietary type... and like I already stated I only have ODBC connections to both available to utilize.