MSDTC on server 'server is unavailable'

后端 未结 6 1904
我在风中等你
我在风中等你 2020-12-08 08:58

I get this weird error on SQL Server. And I cannot find solution in older posts.

I have this procedure:

create proc _upJM_SyncAll_test
as
begin
             


        
6条回答
  •  眼角桃花
    2020-12-08 10:02

    'Distributed Transaction Coordinator' service was not running, So started service and changed service type to automatic too.

提交回复
热议问题