Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting MSDTC using tsql script
Message
From
13/10/2006 10:36:43
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01161645
Message ID:
01161747
Views:
14
This message has been marked as the solution to the initial question of the thread.
>Hi All:
>
>Is there a way on setting MSDTC using tsql script? Like you don't have to manually set the services into 'Distributed Transaction Coordinator' and click start/continue button in SQL SERVER SERVICE MANAGER. I have already tried the 'BEGIN DISTRIBUTED TRAN....COMMIT TRAN' w/o setting MSDTC ON in SERVER SERVICE MANAGER however it gives an error message that: MSDTC on server 'NEWJAN\MSSQLCIAS' is unavailable.
>
>Hoping for a quick solution.
>
>Thanks.
>
>Kind Regards,
>Jan
xp_cmdshell 'net start "Distributed Transaction Coordinator"'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform