How to run.bat file via SSIS package

  • 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

  • I would just schedule a job executing xp_cmdshell.

    _____________________________________________________________________
    - Nate

    @nate_hughes
  • Thanks for your idea. It save my time. Another method is just run the batch file in Job with cmdexc method.

  • Please post the code to run SSIS pacakges by using run.batch file and other way also.Thanks in advance 🙂

    --Maruthi

  • 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