Hello
SQL Server 2022 16.0.4212.1 running on a Windows Server 2025 Std,V 24H2, SO OS build 26100.6584.
SQL Agent service account: NT Service\SQLSERVERAGENT
I have a series of jobs whose steps call SP of the same database.
One of them scheduled to run at a specific time fails: "Job failed. The job was invoked by Schedule 9 (06:00 xxxxx). The last step to execute was step 0 (no steps ran)."
Job steps: exec SP_01
GO
EXEC SP_02
But if I run it manually, it runs without problems. Can anyone help me?
Thank in advanced