본문 바로가기

MSSQL

Agent Service 온라인 실패 / 오류15281 / sp_configure

작업활동모니터 속성에

 

: 시스템 관리자는 sp_configure를 사용하여 "Agent XPs"의 사용을 활성화할 수 있습니다.

 

 

 


 SELECT * FROM sys.configurations order by name

 

sp_configure 'show advanced options', 1;
 go
 reconfigure; 

 

 

sp_configure 'Agent XPs', 1;
 go
 reconfigure;