Hi
I have an application which has 3 services which are dependent on SQL server.
The database used by my application is present in another machine(different from machine where i have the 3 services).
These 3 services are dependent services for SQLserver.
I have established an ODBC Connection with my DB in remote machine and my services are running fine.
Now i terminate or stop the SQLserver in the machine where my services are running. Since my services are dependent services windows will stop my services also.
Question1: Is it possible for me to remove the dependency from services.msc for my services from properties of sqlserver.
Question2: Suppose i remove the dependency for my services and that i killed sqlserver exe will my services continue to work with the DB which is in a remote machine.
Thanks