Interview Question in SQL Server Integration Services
Interview Question :: SSIS SQL Server 2005
I need to read in a file that is created say every 30s and store the info into my database. Can SSIS file manager grab files of a certain type (*.txt) or does it need a full file name? Also when the package runs as a job will it only grab one file and then the job is completed or will it keep running as long as there are files in the folder?

Loading ...