SQL Server – Multi Server Administration Job for Master and Target Servers

jobsmulti-server-adminsql serversql-server-2016

I'm trying to set up multiserver administration on SQL Server 2016. I have two servers, one master and one target. I created a test job that does a simple select statement and then sends an email. I want that job to run on both master and target servers but it seems that I can't.

I can't believe that's not possible (tried to google for that but didn't find anything).

Best Answer

You cannot do this unless you create another copy of the job under Local in the agent.

Details about doing this is given in this post.