transfer (new/modified) jobs from server A to B

  • Could you use TableDiff (comes with SQL Server 2005)? Pull information about the configured jobs of each server to a temp table (or compare the sys tables straight, but don't know if I would do that) and then use TableDiff to compare the configured jobs found. If one is different or "new" then notify by email or some type of alert.

    Shawn Melton
    Twitter: @wsmelton
    Blog: wsmelton.github.com
    Github: wsmelton

  • dallas13 (4/2/2010)


    But support team is adding/modifying these jobs on server-A.

    We have to make sure that jobs on both servers are identical all

    the time.

    What kind of chages support team do ?

    if changes are related to TSQL then u can put them in stored proc and whenever somebody make chages then changes will be replicated to other side (keep those Sp in mirrored DB)

    BUT if Support team do changes in JOB's setting then i think that will need to do manually.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

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

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