May 31, 2007 at 1:32 pm
is it possible to call a .bat file from within sql server job scheduler and execute it?
May 31, 2007 at 2:33 pm
in the jobstep run it as a dos-command
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
June 1, 2007 at 4:30 am
Absolutely! I do it all the time.
Do an Operating System Command task in the job. Then use the following syntax: <Drive>:\<folder>\<batchFileName>.bat
That's all there is to it. Well, other than scheduling the job, that is... @=)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply