September 3, 2008 at 4:48 pm
I like to run the .bat file every 1/2 hr via SSIS package. Can you please help me how to write SSIS package for running .bat file? Thanks
September 4, 2008 at 7:04 am
I would just schedule a job executing xp_cmdshell.
_____________________________________________________________________
- Nate
September 6, 2008 at 9:12 pm
Thanks for your idea. It save my time. Another method is just run the batch file in Job with cmdexc method.
August 21, 2012 at 6:03 am
Please post the code to run SSIS pacakges by using run.batch file and other way also.Thanks in advance 🙂
--Maruthi
August 22, 2012 at 8:00 am
premtg (9/3/2008)
I like to run the .bat file every 1/2 hr via SSIS package. Can you please help me how to write SSIS package for running .bat file? Thanks
Use the execute process task.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply