March 18, 2008 at 9:42 am
I'm running almost 20 SQL jobs and every time I've to click 20 times to run each job. Is there anyway I can combine all these jobs into one or just one click and all jobs should run?
March 18, 2008 at 9:48 am
You can combine the steps into one job. Go into each job's steps and copy the information into one job.
March 18, 2008 at 9:55 am
Each job is running in different DB. How I'll define the DB?
March 18, 2008 at 11:17 am
select database name from the drop down list in each job step or use
use Databasename
Go
in each step.
SQL DBA.
March 18, 2008 at 11:20 am
or you could use a script that uses
the stored procedure sp_start_job
if there are no dependencies.
March 18, 2008 at 11:52 am
thanks,
It worked.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply