首页 > 数据库技术 > 详细

The operation could not be performed because OLE DB provider "SQLNCLI11" for linked server

时间:2020-07-03 13:51:12      阅读:80      评论:0      收藏:0      [点我收藏+]

 
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
 

The operation could not be performed because OLE DB provider "SQLNCLI11" for linked server

原文:https://www.cnblogs.com/allen0118/p/13229842.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!