|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Saturday, July 25, 2009 10:51 PM
Points: 13,
Visits: 19
|
|
| 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
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 12:31 PM
Points: 580,
Visits: 814
|
|
I would just schedule a job executing xp_cmdshell.
_____________________________________________________________________ - Nate
@nate_hughes
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Saturday, July 25, 2009 10:51 PM
Points: 13,
Visits: 19
|
|
| Thanks for your idea. It save my time. Another method is just run the batch file in Job with cmdexc method.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, April 22, 2013 3:05 AM
Points: 3,
Visits: 135
|
|
Please post the code to run SSIS pacakges by using run.batch file and other way also.Thanks in advance  --Maruthi
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Saturday, May 18, 2013 8:47 PM
Points: 237,
Visits: 1,215
|
|
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.
|
|
|
|