To Enable Agent XPs sp_configure ‘show advanced options’, 1; GO RECONFIGURE; GO sp_configure ‘Agent XPs’, 1; GO RECONFIGURE GO To disable Agent XPs sp_configure ‘show advanced options’, 0; GO RECONFIGURE; GO sp_configure ‘Agent XPs’, 0; GO RECONFIGURE GOFiled under: Configuration
