Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Executing SSIS package from Linux

Author  Topic 

igorblackbelt
Constraint Violating Yak Guru

407 Posts

Posted - 2007-07-03 : 16:44:41
Is it possible to execute an SSIS package from Linux? Before with 2005, we were able to execute a job that would execute the DTS, now we're trying to execute an SSIS package in 2005.


---
"Try not to become a man of success but rather try to become a man of value."

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-07-03 : 23:51:30
You can still create sql job to run ssis package and start job in Linux.
Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2007-07-04 : 11:48:53
You can also execute a command shell on the windows achine that runs dtexec.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

igorblackbelt
Constraint Violating Yak Guru

407 Posts

Posted - 2007-07-05 : 11:18:13
I meant before with 2000*

Nigel,
Do you know if it would be safe to run wine on my linux box to execute dtexec on the remote sql server?


---
"Try not to become a man of success but rather try to become a man of value."
Go to Top of Page
   

- Advertisement -