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

 
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

上一篇:python学习之初识字符串


下一篇:macos mysql忘记root密码重置方法