Forum Discussion
do2023335
Sep 11, 2025Copper Contributor
SQL 2025 Jobs
SQL Server 2022 16.0.4212.1 Installed in a windows server 2025 DC. SQLSERVERAGENT starts with NT Service\SQLSERVERAGENT I have some jobs that runs at the scheduled times. But one no. Failure: "Jo...
SivertSolem
Sep 12, 2025Iron Contributor
Go to the Steps section of your job, and verify that the correct step is selected as the start step.
Note that the first step is step 1, not 0.
Shown here with the default syspolicy_purge_history job.
When you start jobs manually, you also manually select the step to start it on (Start job on step), which explains how you wouldn't see this failure mode when manually starting your job.