How to: Start an Instance of SQL Server (SQL Server Configuration Manager)
Microsoft SQL Server can be stopped and started from SQL Server Configuration Manager.
-
On the Start menu, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration Manager.
-
In SQL Server Configuration Manager, expand Services, and then click SQL Server.
-
In the details pane, right-click SQL Server (MSSQLServer), and then click Start.
A green arrow on the icon next to the server name and on the toolbar indicates that the server started successfully.
-
Click OK to close SQL Server Configuration Manager.
-
On the Start menu, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration Manager.
-
In SQL Server Configuration Manager, expand Services, and then click SQL Server (<instance_name>).
-
In the details pane, right-click the named instance of SQL Server, and then click Start.
A green arrow on the icon next to the server name and on the toolbar indicates that the server started successfully.
-
Click OK to close SQL Server Configuration Manager.
-
On the Start menu, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration Manager.
-
In SQL Server Configuration Manager, expand Services, and then click SQL Server (MSSQLSERVER).
-
In the details pane, right-click the instance of SQL Server, and then click Properties.
-
In the SQL Server <instancename> Properties dialog box, click the Advanced tab, and then click STARTUPPARAMETERS.
-
At the end of the original text, in the Value column, type the startup parameters you want, and then click OK. Separate parameters with a semi-colon, for example, –c;-m.
-
Stop and restart SQL Server for the parameters to take effect.
Note: |
|---|
| SQL Server running on a cluster is best managed with Cluster Administrator. For more information, see Using SQL Server Tools with Failover Clustering. |
Tasks
How to: Start an Instance of SQL Server (SQL Server Management Studio)How to: Start an Instance of SQL Server (net Commands)
How to: Start an Instance of SQL Server (sqlservr.exe)
How to: Configure Server Startup Options (SQL Server Configuration Manager)
How to: Pause and Resume an Instance of SQL Server (SQL Server Configuration Manager)
How to: Stop an Instance of SQL Server (SQL Server Configuration Manager)
How to: Change the Service Startup Account for SQL Server (SQL Server Configuration Manager)
How to: Connect to Another Computer (SQL Server Configuration Manager)
How to: Configure WMI to Show Server Status in SQL Server Tools
Concepts
Stopping ServicesPausing and Resuming Services
Using the SQL Server Service Startup Options

Note: