Forum Discussion
noam-s
Jan 23, 2025Copper Contributor
SQL Server Agent enabled but not able to start/stop it to run DB jobs
we installed MS Sql Server 2022 standard edition DB at on-prem K8S cluster using helm chart (taken from: https://artifacthub.io/packages/helm/mssql/mssql/1.1.2 ) and added following configuration...
olafhelper
Jan 24, 2025Bronze Contributor
Why on earth do you want to manage a Windows service by SSMS?
Logon to the server with RDP and use the normal Windows tools, here Service Manager.
Anyway, you have to setup WMI the rigth way do manage services via SSMS, see