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 |
|
pad
Starting Member
2 Posts |
Posted - 2007-08-29 : 14:58:21
|
| Need help to code for processing one or more files in an order by the name of the file.example of file names Fileone --20070824test.csvFile two ---20070825test.csvfile three ---20070826test.csv.out of the three files the dts package should pick fileone and process,then pick file twoand finally file three(the processing order should be as said above)i have the code to process in any order but iam not able to make it as above. |
|
|
|
|
|