I need to create a DTS package for the first time. The processes needed are as follows:
1. FTP data files on a nightly bases. Names of files change based on current date.
2. Files need to be unzipped.
3. A java program then runs against these files and creates .txt files that need to be BCP into a database.
How can I get started.
1. FTP data files on a nightly bases. Names of files change based on current date.
2. Files need to be unzipped.
3. A java program then runs against these files and creates .txt files that need to be BCP into a database.
How can I get started.