php - How to automatically export data form one SQL server to a Mysql table -
i have question intended orientation following need:
i want receive data remote database in mysql server. let's see: each time row inserted on remote server (not controlled me, controlled customer of me) need copy of transaction inserted in own server. way can give customer, reports on issues regarding business. easy way generate comma separated file , upload in server, client want less work on side, wants automatically done. has concerns security , confidentiality.
what tools, apis, technologies, functions, can used achieve that, better opensource, , better if can implement ourselves. should open "door" transactional?
thanks, jorge.
from read about 6 months ago, can't setup real replication between mssql , mysql.
it's possible setup odbc connection mssql machine mysql , run triggers update remote machine.
you might have troubles (what happens if mysql or network goes down?).
i suggest using mssql triggers write single audit log consume mysql server when running (hopefully continuously).
Comments
Post a Comment