Hi,
What is the simplest way of to create an ongoing process that will import all "recently modified" records.
"recent" means all rows in source where modified date > latest "Modified date" in destination.
- I have millions of rows in about 10 tables.
- Each row has a unique ID which can be used to overwrite the destination.
- I am planning to copy all fields and all rows (replica).
- Source database: MS SQL 2008B, Destination database: MongoDB.
Thank you,