当前位置: 代码迷 >> Sql Server >> 大家帮忙看看!多谢
  详细解决方案

大家帮忙看看!多谢

热度:81   发布时间:2016-04-27 17:04:25.0
大家帮忙看看!谢谢!
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服务
  相关解决方案