How to: Pause and Resume an Instance of SQL Server (SQL Server Management Studio)

You can pause and resume an instance of Microsoft SQL Server from SQL Server Management Studio.

To pause and resume an instance of SQL Server

  1. In Registered Servers or Object Explorer, right-click the server instance you want to pause, and then click Pause.

    A message box asks whether you are sure you want to pause MSSQLSERVER on the server instance you chose.

  2. Click Yes.

    A pair of vertical blue bars on the icon next to the server name indicates that the server paused successfully.

  3. To resume the server, right-click the server instance, and then click Resume.

    A message box asks whether you are sure you want to resume MSSQLSERVER on the server instance you chose.

  4. Click Yes.

    A green arrow on the icon next to the server name indicates that the server resumed successfully.

To pause and resume a clustered instance of SQL Server

  1. SQL Server running on a cluster is best managed with Cluster Administrator. For more information, see Using SQL Server Tools with Failover Clustering.

See Also

Tasks

How to: Pause and Resume an Instance of SQL Server (SQL Server Configuration Manager)
How to: Pause and Resume an Instance of SQL Server (net Commands)
How to: Start an Instance of SQL Server (SQL Server Management Studio)
How to: Stop an Instance of SQL Server (SQL Server Management Studio)
How to: Restart an Instance of SQL Server (SQL Server Management Studio)
How to: Configure WMI to Show Server Status in SQL Server Tools

Concepts

Pausing and Resuming Services

Help and Information

Getting SQL Server 2005 Assistance