hey all! I've got an issue with SQL instance I setup for an on-prem CVAD deployment. The SQL Server 2022 latest version and patched running on Server 2022. Each month, the server receives windows updates, on reboot, the MSSQLService fails to start, i've got it running in a service account (GMSA) is not used, it's just a regular account. Event ID 7000. The fix is odd,
1 - we just take the existing password from our password manager
2- Open active directory users and computers
3 - Reset password > paste in the existing password
4 - Start the service on the SQL Server
5 - Issue is resolved
We want to add additional automation to our monthly windows updates, but this is blocking us. I've been deploying MS SQL server for Citrix/WEM/PVS/VEEAM/etc for years, never had this
Any idea what might be causing it?