What do you mean lacks a timestamp field ?
Do you mean the tables in the databases you are moving don't have a timestamp field defined on them to indicate inserts, updates and how would you use this to capture deletes?
For our DR I've found in some cases where tables are large but not partitioned, moving the Work tables that are used to merge into the Base tables and then performing the merge against DR was efficient.
What do you mean lacks a timestamp field ?
Do you mean the tables in the databases you are moving don't have a timestamp field defined on them to indicate inserts, updates and how would you use this to capture deletes?
For our DR I've found in some cases where tables are large but not partitioned, moving the Work tables that are used to merge into the Base tables and then performing the merge against DR was efficient.
Rglass