guide_ssis » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2009-04-02 | 2009-04-07 | ||
| update link text for faq_scheduler (martin) | elaborate on adding task (martin) | ||
| Line 29: | Line 29: | ||
| ===== SSIS task ===== | ===== SSIS task ===== | ||
| - | In SSIS, add new //Execute Process// task to control flow of your package. Put path to WinSCP console interface tool (by default ''C:\Program Files\WinSCP\WinSCP.com'') into //Executable//. In //Parameters// specify "''/script=<pathtoyourscript>''". | + | In SSIS, add new //Execute Process// task to control flow of your package. In the //Execute Process Task Editor//: |
| + | * Put path to WinSCP console interface tool (by default ''C:\Program Files\WinSCP\WinSCP.com'') into //Executable//; | ||
| + | * In //Arguments// specify "''/script=<pathtoyourscript>''". | ||
| ===== Further Reading ===== | ===== Further Reading ===== | ||