• I would create the subscription as you would normally via SSRS front end, then I would remove the schedule from the job it creates to run that subscription. Then in the job which you want to start the subscription from, add a step which executes sp_start_job and pass in the job id of the subscription job.