D Dursun Jan 3, 2004 #1 How do I check if the SQL Server is started? If not started, can I start it proramatically? How? THANK YOU! Dursun
How do I check if the SQL Server is started? If not started, can I start it proramatically? How? THANK YOU! Dursun
C Codemonkey Jan 3, 2004 #2 Try using the System.ServiceProcess.ServiceController class. You'll need to add a reference to System.ServiceProcess.dll to your project. HTH, Trev.
Try using the System.ServiceProcess.ServiceController class. You'll need to add a reference to System.ServiceProcess.dll to your project. HTH, Trev.