У меня возникла проблема при перезапуске агента сервера SQL, это ошибка журнала, приведенная ниже при попытке перезапустить его из служб или диспетчера конфигурации SS.
2019-11-07 14:30:08 - ? [000] Event Global\sqlserverRecComplete$SQLEXPRESS opened
2019-11-07 14:30:08 - ? [100] Microsoft SQLServerAgent version 14.0.1000.169 (X64 unicode retail build) : Process ID 18768
2019-11-07 14:30:08 - ? [495] The SQL Server Agent startup service account is WORKGROUP\DESKTOP$.
2019-11-07 14:30:08 - ? [393] Waiting for SQL Server to recover database 'msdb'...
2019-11-07 14:30:08 - ? [000] Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install. [SQLSTATE 01000] (Message 15457)
2019-11-07 14:30:08 - ? [101] SQL Server DESKTOP\SQLEXPRESS version 14.00.1000 (0 connection limit)
2019-11-07 14:30:08 - ? [102] SQL Server ODBC driver version 14.00.1000
2019-11-07 14:30:08 - ? [103] NetLib being used by driver is DBNETLIB; Local host server is DESKTOP\SQLEXPRESS
2019-11-07 14:30:08 - ? [310] 8 processor(s) and 16239 MB RAM detected
2019-11-07 14:30:08 - ? [339] Local computer is DESKTOP running Windows 10 Pro 10.0 (18362)
2019-11-07 14:30:08 - ! [000] This installation of SQL Server Agent is disabled. The edition of SQL Server that installed this service does not support SQL Server Agent.
2019-11-07 14:30:08 - ? [000] Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install. [SQLSTATE 01000] (Message 15457)
2019-11-07 14:30:08 - ? [098] SQLServerAgent terminated (normally)
Я пробовал так много решений, чтобы перезапустить его, ноникто из них не работал для меня. Я также выполнил скрипт, чтобы он работал, у меня он не работает
SP_CONFIGURE 'SHOW ADVANCE',1
GO
RECONFIGURE WITH OVERRIDE
GO
SP_CONFIGURE 'AGENT XPs',0
GO
RECONFIGURE WITH OVERRIDE
GO
Заранее спасибо:)