I have a job that has quite a few DTS steps & transact-sql steps.
This job runs on a scheduled basis.
Now I also want to run the whole job from a .bat file and either it is late in the day & BOL is hiding what I want, or I need more caffine.
Is there a way to run a job from a .bat file (and will the .bat execution wait 'till the whole job is done) or do I need to run each dts as seperate line in the .bat file?
Thanks in advance for your help - j
This job runs on a scheduled basis.
Now I also want to run the whole job from a .bat file and either it is late in the day & BOL is hiding what I want, or I need more caffine.
Is there a way to run a job from a .bat file (and will the .bat execution wait 'till the whole job is done) or do I need to run each dts as seperate line in the .bat file?
Thanks in advance for your help - j