all groups > sql server clients > october 2003 >
You're in the

sql server clients

group:

Starting MSDTC Service


Starting MSDTC Service jai Shanker
10/29/2003 10:37:32 PM
sql server clients:
Hello,

I wish To start the Distributed Transaction Coordinator of
the SqlServer on Win 98/2000. Can I do it through a
command promt?

Regards
Re: Starting MSDTC Service Vinodk
10/30/2003 1:11:29 PM
net start <<MSDTC Service Name>> allows you to start services from the
command prompt ...

--
HTH,
Vinod Kumar
MCSE, DBA, MCAD, MCSD
http://www.extremeexperts.com

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp


[quoted text, click to view]

Re: Starting MSDTC Service Jai Shanker
10/30/2003 9:18:38 PM
Thanks Vinod..but how one should sart the MSDTC service in
Win 98 since "net start" does not work in Win 98


Regards,
Jai

[quoted text, click to view]
Re: Starting MSDTC Service Gert E.R. Drapers
11/9/2003 11:30:41 PM
Use the SCM.EXE utility that comes with SQL Server.
%ProgramFiles%\Microsoft SQL Server\80\Tools\Binn\scm.exe

scm -Action 1 -Service MSDTC

GertD@SQLDev.Net

Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
Copyright © SQLDev.Net 1991-2003 All rights reserved.

[quoted text, click to view]

AddThis Social Bookmark Button