|
What is DTC (Distributed Transaction Coordinator) in SQL Server?
|
|
The Microsoft Distributed Transaction Coordinator (MS DTC) is a transaction manager that allows client applications to include several different sources of data in one transaction. MS DTC coordinates committing the distributed transaction across all the servers enlisted in the transaction.
|
|
|
|
|
|
|
|