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

Posted JinweiChang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The operation could not be performed because OLE DB provider "SQLNCLI11" for linked server相关的知识,希望对你有一定的参考价值。

Question:

 

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://dba.stackexchange.com/questions/193727/using-insert-into-exec-at-linked-server-into-temp-table-fails-with-msg-7391

以上是关于The operation could not be performed because OLE DB provider "SQLNCLI11" for linked server的主要内容,如果未能解决你的问题,请参考以下文章