We have a DTS package that loads 46 text files from an FTP
server into the database on a database server at 6:00 AM.
every morning. The files are sent to FTP server at a
various times. Even though the DTS Package is scheduled to
run at 6:00 AM, is there a way of loading the data into
the database as soon as the files are received on the FTP
server ?.
Something like trigger or script or a process that
constantly checks if the files are there and when it sees
the files, it starts to execute the DTS package to load
the database.