sqlserver代理服务无法打开我的本地计算机

时间:2019-11-07 09:22:13

标签: sql-server-agent sql-server-2017-express

重新启动SQL Server代理时出现问题,尝试从服务或SS Configuration Manager重新启动它时,出现以下日志错误。

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

预先感谢:)

0 个答案:

没有答案