Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Do you use DTC?

$
0
0
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.?

Viewing all articles
Browse latest Browse all 3145

Trending Articles