currently we truncate data in a table before loading the legacy data into the table. since we are truncating the data before loading, we do'nt have any history information for that table. What's the best way of doing this, without truncating the data as we want to keep
history information in the table.
Thanks!