I had .txt file for April.
I used SSIS and loaded the data from this flat file to a table in a SQL Server database.
Now I have the task of inserting/appending the data of another .txt file (say: May) to the same table using SSIS.
Can someone give me the steps to perform this task?