|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
MSDTC - standard?Hi there.
The distributed transaction coordinator that comes with SQL Server (MSDTC).... is this based on some sort of standard? Are there other implementations of DTCs? Any info would be appreciated! Len AFAIK, DTC supports the XA interface, a protocol defining how transaction managers can communicate
with each other. I believe XA was defined by X/OPEN, but this was years ago. -- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ "len" <l**@discussions.microsoft.com> wrote in message news:5ED29886-51F7-4144-AEBD-FBB2408021AF@microsoft.com... > Hi there. > > The distributed transaction coordinator that comes with SQL Server > (MSDTC).... is this based on some sort of standard? Are there other > implementations of DTCs? > > Any info would be appreciated! > > Len |
|||||||||||||||||||||||