Run Single Job instead of Multiple Jobs

  • Hi

    I am having a server in that nearly 100 databases are there.I have scheduled Job for every 15 min.This Job will run on all databases individual at same time say it Starts at 01:00 AM in morning all the 100 jobs will be running by 01:00 AM Is this a good one or can i clump those job in to single Job by

    EXEC Abc.dbo.Job1

    EXEC Efg.dbo.Job2

    EXEC Tre.dbo.Job3...

    EXEC Qwe.dbo.Job100

    Thanks

    Parthi

    Thanks
    Parthi

  • A single job with a step for each database will be easy to handle and it is what i recommend

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply