请教如何排除下面的错误(谢谢)
我执行如下语句:
insert opendatasource('SQLOLEDB','Data Source=192.168.0.9;User ID=sa;Password=sa').jyyjfk.dbo.t_mo(srcsim,destsim,inserttime,context,channelid,tefuhao,groupid)
select srcsim,destsim,inserttime,context,channelid,tefuhao,groupid from jyyjfk..t_mo
出现以下错误:
服务器: 消息 7395,级别 16,状态 2,行 1
无法为 OLE DB 提供程序 'SQLOLEDB' 启动嵌套事务。之所以需要嵌套事务是因为 XACT_ABORT 选项已设置为 OFF。
[OLE/DB provider returned message: 无法在此会话中启动更多的事务。]