代码改变世界

'Agent XPs' component is turned off as part of the security configuration for this server

2017-01-12 10:45  abce  阅读(475)  评论(0编辑  收藏  举报

To turn on Agent XP's by running this script:

 

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