CHALLENGE:
I need to create some kind of process that grabs data from a MySQL database and puts it into a MS SQL 2005 database.
One database lives on a Linux server and the other lives on a Windows server. The only way the two databases can connect to each other is through the internet.
The linux server has the PHP library installed. The Windows server has .NET 2.0 library installed. I am a .NET programmer.
The process has to run once every night in the wee hours.
It occured to me that the best way to do this would be to create a web service on the Linux side using PHP that can publish data from the MySQL database out to the internet. If I could do that, then it would be easy for me to consume that webservice by writing some code on the Windows side.
Has anyone ever done this before? Or does anyone have any better ideas?
Thanks.
I need to create some kind of process that grabs data from a MySQL database and puts it into a MS SQL 2005 database.
One database lives on a Linux server and the other lives on a Windows server. The only way the two databases can connect to each other is through the internet.
The linux server has the PHP library installed. The Windows server has .NET 2.0 library installed. I am a .NET programmer.
The process has to run once every night in the wee hours.
It occured to me that the best way to do this would be to create a web service on the Linux side using PHP that can publish data from the MySQL database out to the internet. If I could do that, then it would be easy for me to consume that webservice by writing some code on the Windows side.
Has anyone ever done this before? Or does anyone have any better ideas?
Thanks.