Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 3.33 KB

File metadata and controls

65 lines (49 loc) · 3.33 KB
title SQL Server Properties (Log On Tab)
ms.custom seo-lt-2019
ms.date 03/14/2017
ms.prod sql
ms.prod_service sql-tools
ms.reviewer
ms.technology configuration
ms.topic conceptual
ms.assetid 405073fc-eaa3-43c6-bf82-2cd58cacc1c3
author markingmyname
ms.author maghan
monikerRange >=sql-server-2016||=sqlallproducts-allversions

SQL Server Properties (Log On Tab)

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md-winonly] Use the Log On tab of the SQL Server Properties dialog box to specify the account used by the [!INCLUDEssNoVersion] service, to change the password of an account, and to start and stop the service. Changing the password of an account takes effect immediately.

Note

When changing the account name used by a service on a clustered instance, the new account must be a member of the domain group specified during setup for the service being changed, or you must have permission to add members to that group. If you do not have permission to modify group membership, contact the domain administrator.

For more information about selecting an account to run the service, see "Setting Up Windows Service Accounts" in [!INCLUDEssNoVersion] Books Online.

Options

Built-in account
Local System

  • Specify the local system account. This account does not require a password. However, the local system account may prevent the service from interacting with other servers, depending on the privileges granted to the account.

Local Service

  • Specify the local service account. This account does not require a password. However, the local service account may prevent the service from interacting with other servers, depending on the privileges granted to the account.

Network Service

  • We recommend that you do not use the Network Service account for the [!INCLUDEssNoVersion] or the [!INCLUDEssNoVersion] Agent services. Local User or Domain User accounts are more appropriate for these services.

This account
Specify a local or domain user account that uses Windows Authentication. We recommend that you use a domain user account that has minimal rights for services.

Account Name
Specify the local or domain user account name.

Password
Type the password of the account.

Confirm password
Type the password of the account again.

Start
Start the service.

Stop
Stop the service.

Pause
Pause the service.

Resume
Resume a paused service.

Important

By default, only members of the local administrators group can start, stop, pause, resume or restart a service. To grant non-administrators the ability to manage services, see How to grant users rights to manage services in Windows Server 2003. (The process is similar on other versions of Windows.)

Note

When starting [!INCLUDEssNoVersion], a WMI error containing the phrase "not implemented [0x80004001]" may indicate that [!INCLUDEssNoVersion] is not installed on the target computer.