Our scenario is this:
A program saves a csv file to a network directory every several minutes. The program is connected to a workcell which creates parts (manufacturing company). The file has fields such as part number, creation timestamp, passed, failed, etc. This file contains 1 or more records (usually 1) that need to be updated to a SQL Server table. This update needs to occur as soon as the file is saved or as close to as possible to keep the processes working. There are dependencies on this information.
Would SSIS be the best practice for doing this?
Thank you for your help,
Fred