Unable to begin a distributed transaction

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

    If the servers are clustered and there is a clustered DTC you have to disable security on the clustered DTC not the local DTC.

提交回复
热议问题