Hi there
I have a scripted SQL agent Job that has 33 steps in it that was scripted out. When Trying to recreate the job on another instance it is failing with the following error message:
Msg 14266, Level 16, State 1, Procedure sp_verify_jobstep, Line 46
The specified '@step_id' is invalid (valid values are: 1..25).
Now I can comment out Steps 25-33 and the job will create quite happily. Can anyone advise me what is going on and why this error is happening.
All assistance appreciated and thanks in advance.
John