use*_*707 5 sql-server sql-server-2012 sql-server-agent
在其中一台 SQL Server 2012 服务器中,代理 Xps 会自动禁用。没有固定的模式,问题突然开始。通过探查器发现名为的应用程序SQL AGent- Enable\disable Agent Xps正在禁用 XP。后者是通过 SQL Agent-Initial BootProbe 启用的。
要启用 SQL Server 代理,请运行以下命令。
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Agent XPs', 1;
GO
RECONFIGURE
GO
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
10164 次 |
| 最近记录: |