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
Use an Execute Process Task in your Control Flow to do this.
Execute Process Task from the Toolbox (if the Toolbox is not open, open it with Menu -> View -> Toolbox) to the Control FlowRightMouseButton on the Task -> Edit... -> Process -> ExecutableFor further instructions on SSIS go to e.g. Microsoft