MSDTC on server 'server is unavailable'

后端 未结 6 1896
我在风中等你
我在风中等你 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 09:43

    In my case, the service was stopped. solution: need to turn the MSDTC service on

    1. go to Services. (START > SETTINGS > CONTROL PANEL > ADMINISTRATIVE TOOLS > SERVICES)
    2. Find the service called 'Distributed Transaction Coordinator' and RIGHT CLICK (on it and select) > Start.
    3. make this service to run Automatically for solving this issue permanently

提交回复
热议问题