Service Dependency

  • Thread starter Thread starter Boris Zakharin
  • Start date Start date
B

Boris Zakharin

Does making one service dependent on another make it stop when the latter is
stopped, even from outside the Services applet or unexpectedly due to error?
In particular, we want to make our service dependent on MS SQL Service.
Would this work or would I need to check manually whether SQL Server is
running?

Thanks in advance,
Boris Zakharin
Prime Associates, INC
 
No, dependency only affects the start order of things.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| Does making one service dependent on another make it stop when the latter
is
| stopped, even from outside the Services applet or unexpectedly due to
error?
| In particular, we want to make our service dependent on MS SQL Service.
| Would this work or would I need to check manually whether SQL Server is
| running?
|
| Thanks in advance,
| Boris Zakharin
| Prime Associates, INC
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top