Hi,
I am trying to move data from the staging database to the prod database, but my table doesn't have primary key so how can I create a SSIS process? which compares a data from staging db to prod db then delete the existing data from prod and insert new data from staging. Can you please help me with this issue?
I have same rows in both databases, and I want to compare a data based on the date.
Thank you,