Hi,
I have a task, where I have a source table and a destination table. Source has 200 records and destination has 100 records. I need to compare the destination records with source and if there are similar record I need to update it else I need to insert the record which is not there in destination.
How can I do this using SSIS and SQL?? I need to implement the same in both.
PLEASE HELP!!