Network Service Account password

12

3

In order to debug a SQL Server 2008 stored procedure, I would like to change the account that the SQL Server (MSSQLSrver) service is running under, namely, changing the account from "Network Service" to my current user account.

However, if something goes wrong, I would like to be able to change it back and I am concerned that since this is a built in account for which I never knew the password, that I will not be able to set it back w/o knowing what the password is.

Will this be an issue?

Chad

Posted 2010-10-09T02:32:52.157

Reputation: 1 654

Answers

13

You should be able to change it back by going in to Service Properties and changing "Log on as" to "NETWORK SERVICE" (use "Browse" and it should populate the password fields for you).

alt text

ta.speot.is

Posted 2010-10-09T02:32:52.157

Reputation: 13 727

Hm, don't know why but this didn't work for me. The password fields are being filled in, but when trying to save the changes I get a dialog saying Please enter a valid password. Any clues? – Oliver – 2013-06-05T16:59:30.590

9You have to clear the password fields and it will enter them automatically when you click ok. – George Filippakos – 2013-09-28T07:34:41.687

5

To change it back enter for the field This account: NT AUTHORITY\NetworkService, then clear the password (suggested with dots) and select OK.

Now you can start the service again.

Jan Vos

Posted 2010-10-09T02:32:52.157

Reputation: 51