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 |
ZachM
Starting Member
28 Posts |
Posted - 2008-03-04 : 16:32:17
|
Hi All, Is there a way where I can execute ssis package depending on a condition. I need to have the ssis execute if there is a file in a given folder. For example if OEMCustomer.txt file is present in C:\data, then execute the ssis package. Is that possible?Thanks |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-03-04 : 23:01:43
|
Possible. You can create sql job for the package, write script to check file and start job. Or just use script to check file and run the package with dtexec. |
 |
|
ZachM
Starting Member
28 Posts |
Posted - 2008-03-05 : 16:48:32
|
thanks |
 |
|
|
|
|