I need to execute an batch file through SSIS job. previously we used to do this in cmd prompt, is there any way that we can run batch file through ssis job
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use an
Execute Process Taskin your Control Flow to do this.Execute Process Taskfrom the Toolbox (if the Toolbox is not open, open it withMenu->View->Toolbox) to the Control FlowRightMouseButton on the Task->Edit...->Process->ExecutableFor further instructions on SSIS go to e.g. Microsoft