共用方式為

SQL server agent無法啟動

william 0 信譽點數
2026-05-26T06:11:21.0733333+00:00

原本是EXPRESS版本

但購買了標準版的序號升級上去

擷取

要用維護計劃時發現

要啟用SQL server agent卻無法無法啟動

顯示

擷取

登入帳號也是都無法啟動

SQL Server | 其他
SQL Server | 其他

未被特定類別涵蓋的其他 SQL Server 功能與主題

0 則留言 沒有留言

1 個回答

排序依據: 最實用
  1. Lakshmi Narayana Garikapati 1,330 信譽點數 Microsoft 外部員工 仲裁者
    2026-05-26T11:19:36.0333333+00:00

    Hi **william,
    **Thanks for sharing the details. Could you please try the troubleshooting steps below

    1. Repair the Installation
      • Open SQL Server Installation Center → Maintenance → Repair.
      • This re-registers SQL Server Agent components that weren’t activated during the upgrade.
    2. Check SQL Server Configuration Manager
      • Go to SQL Server Services.
      • Confirm SQL Server Agent (MSSQLSERVER) is listed.
      • Set Start Mode = Automatic.
      • Try starting the service manually.
    3. Configure the Service Account
      • Open Services.msc → SQL Server Agent → Properties → Log On tab.
      • Use a domain account or Local System with “Log on as a service” rights.
      • Avoid using BUILTIN\Users (security risk).
    4. Verify Event Log Access
      • On Windows Server 2022, SQL Server Agent must write to the Application Event Log.
      • Ensure the Agent service account has permission to write logs (Group Policy → Event Log Service → Application → Configure log access).
    5. Check TLS Registry (if applicable)
      • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client
      • Set DisabledByDefault=0 and Enabled=1 for both Client and Server.

    Thanks,

    Lakshmi.

    此回答有幫助嗎?


您的回答

答案可由問題作者標示為「已接受」,而由仲裁者標示為「推薦」,這可協助使用者知道答案解決了作者的問題。