在新增維護計畫時遇到此訊息
Agent XPs 元件已經由此伺服器的安全性組態關閉
解
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 陳述式來安裝。
參考文獻>
https://docs.microsoft.com/zh-tw/sql/database-engine/configure-windows/agent-xps-server-configuration-option?view=sql-server-2017
再來還會遇到這個問題
SQLServerAgent 目前不在執行中,因此無法通知它這個動作。 (Microsoft SQL Server, 錯誤: 22022)
解
開始 → 系統管理工具 → 服務 → SQL Agent啟動
Agent XPs 元件已經由此伺服器的安全性組態關閉
解
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 陳述式來安裝。
參考文獻>
https://docs.microsoft.com/zh-tw/sql/database-engine/configure-windows/agent-xps-server-configuration-option?view=sql-server-2017
再來還會遇到這個問題
SQLServerAgent 目前不在執行中,因此無法通知它這個動作。 (Microsoft SQL Server, 錯誤: 22022)
解
開始 → 系統管理工具 → 服務 → SQL Agent啟動
沒有留言:
張貼留言