Administering SQL Server

Starting SQL Server Manually

You can start an instance of Microsoft® SQL Server™ manually using the following methods.

Method Description
SQL Server Enterprise Manager Start, pause, continue, and stop an instance of a local or remote SQL Server or the SQL Server Agent service in the same window in which you administer other servers and databases.
SQL Server Service Manager Start, pause, continue, and stop an instance of a local or remote SQL Server or the SQL Server Agent service.
Services application in Control Panel Start, pause, continue, and stop an instance of SQL Server or the SQL Server Agent service on the local server.
Command prompt Start an instance of SQL Server or the SQL Server Agent service from a command prompt by typing:
net start mssqlserver or sqlservr, or net start SQLServerAgent or by running SQLSERVR.EXE. If you are referring to a named instance of SQL Server, you must specify mssql$instancename or SQLAgent$instancename.

Before you choose a startup method, consider the following:

To start the default instance of SQL Server

Enterprise Manager

Enterprise Manager

Service Manager

Service Manager

Command Prompt

Command Prompt

SQL-DMO

To start a named instance of SQL Server

Command Prompt

Command Prompt

To start a clustered instance of SQL Server

Service Manager

Service Manager

See Also

Using Startup Options

TML>