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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-02-01 : 07:40:19
|
| rachel writes "How can i cange the file name i downloaded according to the properties i specify (on FTP task on DTS) " |
|
|
MichaelP
Jedi Yak
2489 Posts |
Posted - 2002-02-04 : 09:25:53
|
| Take a look at the dynamic properties task. I use that task to tell my DTS package where the file i want to import is. Basically you need to create a Global variable, and have your FTP tasks "filename" be set to the global variable. Use the Dynamic Properties task to set the global variable. Be sure to do a workflow item between the dyanmic properties task and the FTP task, so that your filename gets set, THEN you FTP. Michaelmichaelp@televox.com |
 |
|
|
|
|
|