未被特定類別涵蓋的其他 SQL Server 功能與主題
Hi **william,
**Thanks for sharing the details. Could you please try the troubleshooting steps below
- Repair the Installation
- Open SQL Server Installation Center → Maintenance → Repair.
- This re-registers SQL Server Agent components that weren’t activated during the upgrade.
- 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.
- 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).
- 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).
- Check TLS Registry (if applicable)
- Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client - Set
DisabledByDefault=0andEnabled=1for both Client and Server.
- Navigate to
Thanks,
Lakshmi.