Is there a command line or even through the sql server studio to gracefully stop SQL Server 2005?
|
feedback
|
|
As mfinni said, You can also stop/start/restart SQL from the SQL Configuration Manager application. | |||||
feedback
|
|
You can also use | |||||||||
feedback
|
|
If yout server on windows you can use command from cmd: ServiceName - you can resolve by SC commnad, or look in Services (Control Panel) Example: | |||
|
feedback
|
Will do it. The servicename will depend on whether it's the default instance or named. Run | |||
|
feedback
|