The operation could not be performed because OLE DB provider "SQLNCLI11" for linked server
时间:2020-07-03 13:51:12
收藏:0
阅读:80
insert into #tmp
exec usp_xxxx
报错
The operation could not be performed because OLE DB provider "SQLNCLI11" for linked server "server_name" was unable to begin a distributed transaction.
Answer:
将linkserver Enable Promotion of Distributed Transactions 设为false
原文:https://www.cnblogs.com/allen0118/p/13229842.html
评论(0)