master数据库下执行

 

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

 

执行结果:

配置选项 'show advanced options' 已从 0 更改为 1。请运行 RECONFIGURE 语句进行安装。
配置选项 'Agent XPs' 已从 0 更改为 1。请运行 RECONFIGURE 语句进行安装。

相关文章:

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