What's the different between Distributed database transaction and cross database transaction in SQL Server.
I know that Distribute database transaction is a transaction between multiple database and can use by following query :
BEGIN DISTRIBUTED TRANSACTION
...
COMMIT TRANSACTION