Jump to content

Recommended Posts

Posted
I am looking to change the Admin password I have looked in SQL management studio and I see that Windows Authentication is used to logon on. I take it I also need to change the account that SQL server runs under to Local system or another account? It would then just be scheduled task that need looking into.
Posted

Do you mean the SA password for SQL? I've always used the SA password in Studio to logon rather the Windows Auth. From memory when you install SQL (instance) you have the option to put your own SA password in.

 

/SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /AGTSVCACCOUNT="NT AUTHORITY\Network Service" /SECURITYMODE="SQL" /SAPWD="PASSWORD-HERE" /ADDCURRENTUSERASSQLADMIN=True /TCPENABLED=1 /NPENABLED=1 /IACCEPTSQLSERVERLICENSETERM

Posted

Ah, sorry.

 

It's a while since I did that exercise - in fact I think I did it as part of new install so I never had to actually change the existing server.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...