try using Staging tables in your database. Get the data out of the flat file as fast as possible and into your database. Create a table that can be removed later to store the flat file data prior to updating the final table. Then you can use a not in or if T-SQL statement to see what needs to be updated based upon the staging table. Hope this makes sense.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply