hello,
i need some help.
i have 8 DB servers that collect data. every 5 min i need to scrape those 8 DB tables into one centralized DB (9th server).
1. i need to be able to select only unique rows that have not been selected before
2. i need to have those 8 DB servers available for new inserts (can't lock the table completely)
Any suggestions on how to effectively perform this task?
thank you all in advanced
i need some help.
i have 8 DB servers that collect data. every 5 min i need to scrape those 8 DB tables into one centralized DB (9th server).
1. i need to be able to select only unique rows that have not been selected before
2. i need to have those 8 DB servers available for new inserts (can't lock the table completely)
Any suggestions on how to effectively perform this task?
thank you all in advanced