Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: sp_update_jobsteps change location

    This is really what I was looking for.

    Update sysjobsteps

    set command = replace(command, '\\OLDSERVER', '\\NEWSERVER')

    where command like 'EXECUTE%'

    There are 2 paths in the command field that I'm updating at once,...

Viewing post 1 (of 2 total)