I am using transaction scope. I want to have a transaction scope for 2 queries that are run in different database servers. One query runs on one server and the other one runs in a different server.
However a single query will have its own transaction scope as it is to work with multiple tables.
I am getting the following excpetion
The partner transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D025)
Any suggestions on how to tackle this issue?
On remote hosts (DB servers in that case):
Check that the firewalls don’t block MSDTC as well on clients and servers.