I am performing data changes on multiple databases, and I want to implement a transaction that will cover all of the changes.
This is what I currently have:
Using transactionScope is the answer. It even works with different DBMS!!!
Transactions over multiple databases