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.
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. |
 |
|
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. |
 |
|
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." |
 |
|
|
|
|