Sql-server – Change SQL Server service account without restarting SQL Server

configuration-managerSecuritysql server

For security reasons, we want to change the password that starts the SQL Server service everyday. Is it possible to do this without restarting the service?

If it is possible will the changes be immediately applied, or will I eventually need to restart the service to get the new password?

We were thinking of doing this change in the services option of the windows OS and not in SQL Server configuration manager.

Best Answer

I would not go through group managed service accounts initially, depending on the issue, environment you are dealing with.

I am not sure what version of sql and the type of security issues you have, but from previous experience permissions to sql server service and agent accounts take affect after a restarting of the service.

I would rather use the sql server configuration manager whenever possible

If you are concerned about security you most definetely need to be able to restart this service, and if that is not possible, then your environment is asking for a good availability group configured, so you are always on, because you need to bear in mind you need patching your servers on a regular basis, and that requires reboots most of the time.

Please review what is preventing your from restarting and address that with management.