I have scheduled a Visual cron job with multiple tasks.
The 1st task (Task1) is SQL Server job execution. When it runs, the control is returned immediately although the SQL Server job is still running. I only want the control back when the SQL Server job is finished so that my Task2 which is dependent on Task1 doesn't start before Task1 is actually completed.
Please help.