I use MSSQL as my transactional database. This database contains over 200 tables with approximately 25 tables that contain 1M plus records. I want to replicate data with the same structure to the MySql database for reporting. Is there a tool or method that can do this in fairly real time?
source
share