Wednesday, August 4, 2010

Restarting/Stop/Start MS SQL Server

from command prompt:

:\Windows\system32>net stop mssqlserver

The SQL Server (MSSQLSERVER) service is stopping.
The SQL Server (MSSQLSERVER) service was stopped successfully.

:\Windows\system32>net start mssqlserver
The SQL Server (MSSQLSERVER) service is starting.
The SQL Server (MSSQLSERVER) service was started successfully.

:\Windows\system32>

No comments:

Post a Comment