Hi
I am using the sp;
msdb.dbo.sp_Start_job @Job_Name = 'Cancer Dataset CSV Output'
What i want to know is how do i find the return value. Reading the Help it is either 0 or 1 but how do i get this value?
i have tried using an if statement before the exec then = 1, but it does not work.
Cheers