October 6, 2005 at 1:06 pm
I don't if this is the right forum for this question but here is my question.
I want to execute a job from a already scheduled job i.e. in the already scheduled job I want to add another step that will call a job. I don't know if this is possible, but if it is possible can some body help.
Thanks
October 6, 2005 at 2:44 pm
October 6, 2005 at 2:44 pm
Just put this in a job step:
exec msdb.sp_start_job @job_name = 'jobname'
Greg
Greg
January 9, 2007 at 6:30 am
This is how I had to do it.
It definetely works!!!!
USE msdb
EXEC sp_start_job @job_name = 'SHRINK TRANS-LOG SAS3800'
Regards
Marcelo Miorelli
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply