Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use SSIS to Run Exe on Remote Machine

Status
Not open for further replies.

thermidor

Programmer
Nov 28, 2001
123
0
0
US
Hi All:

Can someone tell me if it is possible to use SSIS to run an executable on a remote machine, and if so how?

For example, if I am running SSIS on MachineA, how can I run an executable on MachineB?

Thanks,
Sven
 
You would need to use a remote scheduler to launch the app on Machine B. You can use the AT command line app to launch the app on the remote machine.

Denny
MVP
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2005 BI / SQL 2008 DBA / SQL 2008 DBD / SQL 2008 BI / MWSS 3.0: Configuration / MOSS 2007: Configuration)
MCITP (SQL 2005 DBA / SQL 2008 DBA / SQL 2005 DBD / SQL 2008 DBD / SQL 2005 BI / SQL 2008 BI)

My Blog
 
We just ran across this and started using SSIS to call WMI on the remote machine
 
Can you provide some detail how you did that?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top