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
作者:Allen Chen无影
邮箱:allen0717@163.com 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.