I need to test if the sql server service is running before I try to attach a databse (.mdf). I can look in the registry to see if the sql server exists no problem. I can't attach if it is not running. How can I tell if it is running?
If your connection attempt fails.
Thanks alot for the help. How do I track a service
Forum Rules