Chapter 11. Quality of service considerations 493
property when you declare the transaction attribute. This allows you to define
the isolation level that works best with the application.
Microsoft Distributed Transaction Coordinator (DTC)
This allows you to administrate the distributed transactions and provides
transaction services to ensure successful and complete transactions, even
with system failures, process failures, and communication failures.
It coordinates transactions that update two or more transaction-protected
resources such as databases, message queues, file systems, and so on.
These transaction-protected resources may be contained on a single system
or distributed across a network of systems.
The transaction manager is a compo ...