SQL Server and Local Account Login

Hello,

I have a server with SQL Server 2000 installed on it that was installed under a local account. On installation I chose to use integrated security with my Windows account. I now need to change the password for that local account, however when I do the SQL server will not start up on boot. When I try to connect to the database to start it I get an error 1069 (logon failure) followed by "A connection could not be established to (LOCAL). Reason: SQL Server does not exist or access denied."

I thought that by right-clicking the server and going to "Edit SQL Server Registration Properties" and changing from window authentication to SQL server authentication this problem could be overcome, but apparently I'm looking in the wrong place as that does not solve the problem. What do I need to do here so that I can change the local account's password and be able to start SQL Server. Any help here is appreciated, thank you!

[955 byte] By [larthur1022] at [2007-12-22]
# 1

it could be that the Sql services where configure to run under this account

changing that local account password will definitely cause the sql server stored password to fail

to troubleshoot this

1. go to the control panel

2. administrative tools

3. goto services

4. properties /logon tab

5. check credetials

6. run the services

pls be noted that there are several sql server service and also separate service per instance

joeydj at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Tools General...
# 2
Thank you for the assistance but I have since resolved this issue by going through the services.msc module to change the logon property for the SQL server services there. Thanks again though :)
larthur1022 at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Tools General...

SQL Server

Site Classified