Hi,
I have a stored proc that calls two jobs, like so:
exec pelican.msdb.dbo.sp_start_job @job_name=
'restore = alpha pm'
exec pelican.msdb.dbo.sp_start_job @job_name=
'restore = Omega PM'
Will the second job wait for the first job to complete before it executes?
I have a stored proc that calls two jobs, like so:
exec pelican.msdb.dbo.sp_start_job @job_name=
'restore = alpha pm'
exec pelican.msdb.dbo.sp_start_job @job_name=
'restore = Omega PM'
Will the second job wait for the first job to complete before it executes?