Unable to begin a distributed transaction

后端 未结 9 1404
走了就别回头了
走了就别回头了 2020-11-28 23:18

I\'m trying to run SQL against a linked server, but I get the errors below :

BEGIN DISTRIBUTED TRANSACTION
SELECT TOP 1 * FROM Sessions


OLE DB provider &quo         


        
9条回答
  •  臣服心动
    2020-11-28 23:44

    If your Destination server is on another cloud or data-center then need to add host-entry of MSDTC service(Destination Server) in your source server.

    Try this one if problem doesn't resolved, After enable the MSDTC settings.

提交回复
热议问题