Unable to begin a distributed transaction

后端 未结 9 1403
走了就别回头了
走了就别回头了 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:52

    For me, it relate to Firewall setting. Go to your firewall setting, allow DTC Service and it worked.

提交回复
热议问题