大家帮忙看看!谢谢!
insert into T_client (F_cltname)
select F_cltname from 服务器A.gzq.dbo.T_client C
where exists(select * from 服务器A.gzq.dbo.T_editlog
where F_opertype=0 and F_cltcode=C.F_cltcode)
为什么我执行这条语句就提示:服务器A上的MSDTC不可用
但是我在属性中已把MSDTC勾上了,这是什么原因?
------解决方案--------------------要看看在A上是否已经启动了DTC服务