Hello,
Is it possible to execute 2 STEPS within a SQL Agent Job to run in parallel?
Right now the option for each step is go to Next Step or Go To Step zzz. Is it possible to go to multiple steps so steps can be fired off in parallel instead of sequential? Is this limitation of the SQL Agent Job? Sequential would waste a lot of valuable time as each step imports into different tables so no conflict.
Your help is appreciated!