2
Answers

How can I start or stop a sql server in c#

Ask a question
Chengxing Gao

Chengxing Gao

16y
2.4k
1

I am writing a test class.  In this class, I need to stop the sql server in Setup() method, and restart the sql server in Teardown() method.  I don't know how to stop or start the sql server in c#.  anyone can help me ?  

  thx in advance~


Answers (2)