Here is a picture of how things are supposed to work.
I'll log into sql server and manually start jobA
. My interaction ends here. This job doesn't have a schedule enabled. Hence it is manually started. It has 3 steps. The 3rd step will execute another job manually (which is on another server). Technically the 3 step should in turn schedule jobA
, to run say after 5 minutes (only 1 time).
But how to schedule jobA
which is on another server?