• anusql74 - Monday, April 16, 2018 12:06 PM

    yes there is link server on all servers
    Job history is simply saying Success but table ' [SQL1].[Databasename].[dbo].[sqlversion_anu] is not updating the result from both servers SQL2 and SQL3

    Make sure the target servers are configured as targets - query msdb.dbo.systargetservers on the master.
    Then check to make sure the job was downloaded to the targets - query msdb.dbo.sysdownloadlist on the master.
    If all of that seems in order, you can try to force a synchronization of the jobs between master and target by executing sp_resync_targetserver on the master in msdb.

    Sue