right click on that service >new >String value
You can setup dependencies for window services so that the eventsubsystem service can be dependent on the sql server service (IE make sure sql server is running before starting the eventsubsystem). If you go to the services screen on your windows box and view the properties of a service, you'll see a dependencies tab.How you configure it - I don't know... ask your sys admin
I think you can make TS indexing/event subsystem services dependant on SQL services to come up first... by editing/adding "DependOnService" in the registryHKEY_Local_machine/system/currentControlSet/services/"name of the service you want to be dependant on another service"right click on that service >new >String valueand you can add string value with name = "DependOnService" with value = "name of sql service"
I am surprised that 10 retries 12 seconds apart is not enough, but I will up those. Thanks.Andy