I have a project that must have centralization of databases that will have access to the web on a PHP script. I can merge MSSQL and MySQL databases if and only if they were both:
1.) On a same server or
2.) Of the same server type
The problem is what if they were on 2 distinct types of server. Like what the title's scenario is.
May be I am at the wrong section but because this relates with PHP, I posted here.