(1 行受影响)
(1 行受影响)
Microsoft 分布式事务处理协调器(MS DTC)已取消此分布式事务
如果注释掉事务 --set xact_abort on
--begin tran --开始执行事务
-- if @err<>0
-- begin
-- rollback tran
-- return 0
-- end
--else
-- begin
-- commit tran
-- return 1
-- end
那么该存储过程执行正确
(1 行受影响)
(1 行受影响)
(1 行受影响)
(1 行受影响)
(1 行受影响)
(1 行受影响)
(1 行受影响)
(1 行受影响)
请问一下 这个是什么问题?应该怎么解决
1 个解决方案
#1
你可以尝试网上的方法
在命令行,输入
net stop msdtc
msdtc -uninstall
msdtc -install
在命令行,输入
net stop msdtc
msdtc -uninstall
msdtc -install
#1
你可以尝试网上的方法
在命令行,输入
net stop msdtc
msdtc -uninstall
msdtc -install
在命令行,输入
net stop msdtc
msdtc -uninstall
msdtc -install