Jul 11, 2010 #1 thermidor Programmer Nov 28, 2001 123 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
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
Jul 11, 2010 #2 mrdenny Programmer May 27, 2002 11,595 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 Upvote 0 Downvote
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
Jul 16, 2010 #3 CORIKIL IS-IT--Management Apr 8, 2009 2 US We just ran across this and started using SSIS to call WMI on the remote machine Upvote 0 Downvote
Jul 25, 2010 Thread starter #4 thermidor Programmer Nov 28, 2001 123 US Can you provide some detail how you did that? Upvote 0 Downvote