How to: Stop an Instance of SQL Server (SQL Server Configuration Manager)

Microsoft SQL Server can be stopped and started from SQL Server Configuration Manager.

Note

To ensure an orderly shutdown, you should pause SQL Server and stop the SQL Server Agent service before stopping an instance of SQL Server. You can do both by using either SQL Server Configuration Manager or SQL Server Management Studio.

To stop the default instance of SQL Server

  1. On the Start menu, point to All Programs, point to Microsoft SQL Server 2008 R2, point to Configuration Tools, and then click SQL Server Configuration Manager.

  2. In SQL Server Configuration Manager, expand Services, and then click SQL Server.

  3. In the results pane, right-click SQL Server (MSSQLSERVER), and then click Stop. If SQL Server Agent is running, you will receive a notice that SQL Server Agent will also stop.

    A red box on the icon next to the server name and on the toolbar indicates that the server stopped successfully.

  4. Click OK. 

To stop a named instance of SQL Server

  1. On the Start menu, point to All Programs, point to Microsoft SQL Server 2008 R2, point to Configuration Tools, and then click SQL Server Configuration Manager.

  2. In SQL Server Configuration Manager, expand Services, and then click SQL Server.

  3. In the results pane, right-click the named instance of SQL Server, and then click Stop.

    A red box on the icon next to the server name and on the toolbar indicates that the server stopped successfully.

  4. Click OK.