Would you use MSDTC? If not how would you handle transactions and error trapping? I am working on a project where I am inserting data from a SQL server DB (2014) to an Oracle DB (12c). To capture errors and rollback if needed, I am explicitly using transactions. Because of the network configuration etc. Windows is using MS DTC to handle the transaction(s).So would you continue to “work it” and use MSDTC? If not how would you manage the transactions and collect error messages etc.?
↧