SQL Server 2008 Agent Job prompts to Start
i have sql server agent job created scheduled data transfer task in 2 steps. have been testing , works fine except when click on start it, opens dialog prompt box. the dialog box lists 2 tasks (1 , 2) in job under heading
"start execution @ step:"
and has the "start" and "cancel" buttons enabled , "cancel" greyed out ,
have click start before start. question is: how can disable prompt. have not seen before in other jobs created in past. help
pat
pat
pat, has been way quite while.
1. if job has 1 step, run immediately.
2. if job has more 1 step, prompt choose step.
you can run by:
exec sp_start_job 'your job name'
if @ parameters of sp_start_job, see it possible choose particular step start on command. so, argue dialog implements choice command offers.
fwiw,
rlf
SQL Server > SQL Server Tools
Comments
Post a Comment