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 |
Hommer
Aged Yak Warrior
808 Posts |
Posted - 2008-06-23 : 12:19:50
|
Hi, all,I am looking for a way to programatically identify a file is completely uploaded to the ftp site, so the download/copy could start. Currently, the process we have occassional run into the problem of downloading partial file becauseour partner has not finished uploading.Thanks! |
|
rgombina
Constraint Violating Yak Guru
319 Posts |
|
rgombina
Constraint Violating Yak Guru
319 Posts |
Posted - 2008-06-23 : 16:41:00
|
So, if @[User::FileLocked]==false (OR constraint) then execute Data Flow Task. |
 |
|
Hommer
Aged Yak Warrior
808 Posts |
Posted - 2008-06-23 : 16:56:25
|
Great! That is certainly something what I can leverage off. |
 |
|
|
|
|