Transaction Server Question:
What is Transaction Server Distributed transaction?
Answer:
A distributed transaction is one in which it updates data present on two or more systems. They are useful in updating data that is distributed. They must be robust because they are subjected to failures very often. Failures like client server failure etc. interactions between these computers that are distributed is with the help of transaction managers.
Previous Question | Next Question |
What is Transaction Server Implicit? | Do you know nested transaction? |