• did you reload sql databases on new server, meaning having another name?

    IF so, first check BOL on sp_dropserver and sp_addserver.

    You can also check msdb..sysjobs table. It keeps some informationabout the server it's running jobs on.

    hth

    JP