sp_configure 'show advanced options', 1;   
GO   
RECONFIGURE WITH OVERRIDE;    
GO   
sp_configure 'Agent XPs', 1;   
GO   
RECONFIGURE WITH OVERRIDE     
GO 
sp_configure 'show advanced options', 1;
GO
RECONFIGURE WITH OVERRIDE;  
GO
sp_configure 'Agent XPs', 1;
GO
RECONFIGURE WITH OVERRIDE    
GO


执行sql语句命令---得到如下图片显示---重启---解决

SQL Server 代理(已禁用代理 XP)

相关文章:

  • 2021-12-25
  • 2021-07-08
  • 2021-07-07
  • 2021-12-22
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-27
  • 2022-01-26
  • 2021-05-28
相关资源
相似解决方案