I am developing an SSIS package and I have some CSV files in a folder that I am inserting into a Table in SQL Server. I want to validate this file name against previously processed Files in a table in the Same database, and then if it
is a new table I'd like to insert its data into another table. Which tasks will accomplish this task?
↧