Published: July 8, 2010
The SQL Server service and the SQL Server Agent service must be associated with Windows accounts in order to run. If the accounts have passwords -- that is, if they are anything other than the Local System account, the Local Service account, or the Network Service account -- then you must update the password for the service when the account's password changes.
Important:
|
|
Perform these procedures during a scheduled maintenance period. When you change the password, you will have to restart the service. SharePoint Server will be unable to connect to the database while the service is unavailable.
|
Important:
|
|
Do not change the passwords for the service accounts when a failover cluster node is offline. If you do this, you will have to reset the password again when all nodes are back online.
|
In this article:
Change the password for the SQL Server service
-
Verify that you have the following administrative credentials:
-
To change the password for the SQL Server service, you must be a member of the Administrators group on the computer that is running SQL Server.
-
Click Start, and then click Server Manager.
-
In the navigation pane of the Server Manager window, expand Configuration, and then click Services.
-
In the middle pane, right-click the service named SQL Server (MSSQLSERVER), and then click Properties.
-
In the Properties dialog box, on the Log On tab, type the new password in the Password and Confirm password boxes.
-
You must restart the service for the changes to be saved. On the General tab, under Service status, click Stop to stop the service.
-
If a dialog box appears that notifies you that other services will also stop, click Yes to stop the dependent services.
-
When the service has stopped, click Start to start the service.
-
Click OK to save the changes.
To change the password for the SQL Server Agent service
-
Verify that you have the following administrative credentials:
-
To change the password for the SQL Server Agent service, you must be a member of the Administrators group on the computer that is running SQL Server.
-
Click Start, and then click Server Manager.
-
In the navigation pane of the Server Manager window, expand Configuration, and then click Services.
-
In the middle pane, right-click the service named SQL Server Agent (MSSQLSERVER), and then click Properties.
-
In the Properties dialog box, on the Log On tab, type the new password in the Password and Confirm password boxes.
-
You must restart the service for the changes to be saved. On the General tab, under Service status, click Stop to stop the service.
-
If a dialog box appears that notifies you that other services will also stop, click Yes to stop the dependent services.
-
When the service has stopped, click Start to start the service.
-
Click OK to save the changes.
Change History
|
Date
|
Description
|
Reason
|
|
July 8, 2010
|
Initial publication
|
|