Hi,Are there any checklist/prerequisites/best practices for changing the SQL Server Service account password. I know it is recommended to change them using configuration manager or WMI.We are planning to use WMI - Get-wmiobject win32_service to get list of services and then change the password change() method to change the password.Would we need to restart the service if we are using the above method or we should be good without it.
↧