Hi all,
I've been scouring the internet for the last couple days trying to find an example but am not coming up with exactly what I need.
I have an ftp server where clients put text delimited files, a different server than my SQL server. I've got a vb6 app that monitors the different directories on the ftp server for any files that get added. The file names are dynamic so I only know the first three characters of the filename that I want to import. Does anyone have an example of a dts package that imports text files in the manner that I have described? I want to be able to call a dts package and pass it the file path.
I've been scouring the internet for the last couple days trying to find an example but am not coming up with exactly what I need.
I have an ftp server where clients put text delimited files, a different server than my SQL server. I've got a vb6 app that monitors the different directories on the ftp server for any files that get added. The file names are dynamic so I only know the first three characters of the filename that I want to import. Does anyone have an example of a dts package that imports text files in the manner that I have described? I want to be able to call a dts package and pass it the file path.