Skip to content

Latest commit

 

History

History
79 lines (65 loc) · 8.33 KB

File metadata and controls

79 lines (65 loc) · 8.33 KB
title Manage the Database Engine Services | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service database-engine
ms.service
ms.component configure-windows
ms.reviewer
ms.suite sql
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic article
helpviewer_keywords
SQL Server Configuration Manager, accessing
Database Engine [SQL Server], services
managing services [SQL Server], about service management
services [SQL Server]
SQL Server Agent service, managing
SQL Server services, about SQL Server service
MSSQLServer
server configuration [SQL Server]
managing services [SQL Server]
SQL Server Agent service
services [SQL Server], managing
administering SQL Server, services
SQL Server services
ms.assetid aa732e43-53ba-4eea-bb9b-089da0766fc1
caps.latest.revision 43
author MikeRayMSFT
ms.author mikeray
manager craigg
ms.workload On Demand

Manage the Database Engine Services

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md] [!INCLUDEmsCoName] [!INCLUDEssNoVersion] runs on the operating systems as a service. A service is a type of application that runs in the system background. Services usually provide core operating system features, such as Web serving, event logging, or file serving. Services can run without showing a user interface on the computer desktop. The [!INCLUDEssDEnoversion], [!INCLUDEssNoVersion] Agent, and several other [!INCLUDEssNoVersion] components run as services. These services typically are started when the operating system starts. This depends on what is specified during setup; some services are not started by default. This section describes the management of the various [!INCLUDEssNoVersion] services. Before you log in to an instance of [!INCLUDEssNoVersion], you need to know how to start, stop, pause, resume, and restart an instance of [!INCLUDEssNoVersion]. After you are logged in, you can perform tasks such as administering the server or querying a database.

Using the SQL Server Service

When you start an instance of [!INCLUDEssDEnoversion], you are starting the [!INCLUDEssNoVersion] service. After you start the [!INCLUDEssNoVersion] service, users can establish new connections to the server. The [!INCLUDEssNoVersion] service can be started and stopped as a service, either locally or remotely. The [!INCLUDEssNoVersion] service is referred to as [!INCLUDEssNoVersion] (MSSQLSERVER) if it is the default instance, or MSSQL$*<instancename>*if it is a named instance.

Using SQL Server Configuration Manager

[!INCLUDEssNoVersion] Configuration Manager allows you to stop, start, or pause various [!INCLUDEssNoVersion] services.

Note

[!INCLUDEssNoVersion] Configuration Manager cannot manage [!INCLUDEssVersion2000] services.

You can also use [!INCLUDEssNoVersion] Configuration Manager to view the properties of the selected service. [!INCLUDEssNoVersion] Configuration Manager is a [!INCLUDEmsCoName] Management Console (MMC) snap-in. For more information about MMC and how a snap-in works, see Windows Help.

To access SQL Server Configuration Manager

  • On the Start menu, point to All Programs, point to [!INCLUDEssCurrentUI], point to Configuration Tools, and then click SQL Server Configuration Manager.

To access SQL Server Configuration Manager Using Windows 8

Because [!INCLUDEssNoVersion] Configuration Manager is a snap-in for the [!INCLUDEmsCoName] Management Console program and not a stand-alone program, [!INCLUDEssNoVersion] Configuration Manager not does not appear as an application when running Windows 8.0. To open [!INCLUDEssNoVersion] Configuration Manager, in the Search charm, under Apps, type SQLServerManager12.msc (for [!INCLUDEssSQL14]), SQLServerManager11.msc (for [!INCLUDEssSQL11]), or SQLServerManager10.msc for ([!INCLUDEssKatmai]), and then press Enter.

In this Section

Security Requirements for Managing Services Prevent Automatic Startup of an Instance of SQL Server (SQL Server Configuration Manager)
Configure Windows Service Accounts and Permissions Change the Service Startup Account for SQL Server (SQL Server Configuration Manager)
Run SQL Server With or Without a Network Configure Server Startup Options (SQL Server Configuration Manager)
SQL Server Browser Service (Database Engine and SSAS) Change the Password of the Accounts Used by SQL Server (SQL Server Configuration Manager)
Database Engine Service Startup Options Configure SQL Server Error Logs
Start, Stop, Pause, Resume, Restart the Database Engine, SQL Server Agent, or SQL Server Browser Service Change Server Authentication Mode
Start SQL Server in Single-User Mode SQL Writer Service
Start SQL Server with Minimal Configuration Broadcast a Shutdown Message (Command Prompt)
Connect to Another Computer (SQL Server Configuration Manager) Log In to an Instance of SQL Server (Command Prompt)
Set an Instance of SQL Server to Start Automatically (SQL Server Configuration Manager) Configure File System Permissions for Database Engine Access

Related Content

Configure SQL Server Agent

Logging In to SQL Server