View Single Post
  #4 (permalink)  
Old 02-04-10, 20:23
moreaal moreaal is offline
Registered User
 
Join Date: Oct 2009
Posts: 6
SSIS: how do I copy modified source records and new records

Hi,

thank you for your replies.

I am considering the SSIS solution.
I would like to have the data migration periodically (let's say every 10 min).

I would like to copy only the record not already in the destination report database.
Should I filter the records in a sql query not copying the primary keys already in the destination table, or there is a better way?

furthermore, I would like to reflect the source database records changes in the destination database corresponding record.
I can't think a way to to this rather than adding a timestamps column (let's call it LastModified) for each table in the source database (let).

Is this the right way?
Reply With Quote