P
Patrick
Hi All
I am facing following problem while running a job from another job...
I am writing following command to execute the another job.
Exec sp_start_job @job_name = 'CSD_Phase2_Weekly_Job'
In response of above I am receiving following Error Messege.
Server: Msg 14262, Level 16, State 1, Procedure sp_verify_job_identifiers,
Line 61
The specified @job_name ('CSD_Phase2_Weekly_Job') does not exist.
Can anyone let me know what I am doing wrong.
Waiting for reply
Thanks
Silent Ocean
I am facing following problem while running a job from another job...
I am writing following command to execute the another job.
Exec sp_start_job @job_name = 'CSD_Phase2_Weekly_Job'
In response of above I am receiving following Error Messege.
Server: Msg 14262, Level 16, State 1, Procedure sp_verify_job_identifiers,
Line 61
The specified @job_name ('CSD_Phase2_Weekly_Job') does not exist.
Can anyone let me know what I am doing wrong.
Waiting for reply
Thanks
Silent Ocean