Hello,
We ran into some startup issues when rebooting a server, when our the NT service based service tries to connect to sql server to get its configuration data, sql server is not yet running. Creating a startup dependency on MSSQLSERVER at the very least doesn't seem reliable; it seems that the service reports as started before the databases are actually available, so it still fails. This of course puts everything in a failed state, although when you first look at the service snap-in, things appear to be running. Anyone have a good solution for this so far?
Maybe a more interesting question, what happens when you restart a machine that a configuration based service is on and the sql server instance that holds the repository is remote, and also off?
Thanks,
Darren