How to: Stop an Instance of SQL Server (net Commands)
To stop the default instance of SQL Server
- From a command prompt, enter one of the following commands:
net stop "SQL Server (MSSQLSERVER)"
-or-
net stop MSSQLSERVER
To stop a named instance of SQL Server
Note: |
---|
Stopping an instance of SQL Server with the net stop command causes SQL Server to perform a checkpoint in all databases, saving all changed data to disk. |