首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

大家帮忙看看!多谢

2012-02-12 
大家帮忙看看!谢谢!insertintoT_client(F_cltname)selectF_cltnamefrom服务器A.gzq.dbo.T_clientCwhereexi

大家帮忙看看!谢谢!
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服务

热点排行