Riddle me this, network/DBA folk.
* We have three servers that hold the production data. They are on NewNetwork. The rest of the computers here are on OldNetwork.
* I can use Remote Desktop to get to MainServer, which is on OldNetwork. It can talk to the three servers. As in, I can use SQL Server to connect to each of the three servers to access their databases.
(This is really really good, as using VNC to use Remote Desktop to each of the three servers bugs the flying crap outta me.)
* MainServer is using SQL Server 2008 R2. The server itself is Windows 2008 Server R2.
* The second invoicing system is stored on a Linux box, on OldNetwork.
cat /proc/version
gives me:
Linux version 2.6.12-2.3.legacy_FC3 (mockbuild@petra.fedoralegacy.org) (gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 Sun Feb 19 07:48:10 EST 2006
* It is running MySQL 3.23.58, for reasons that utterly frustrate me, but I can't change that at this time.
I want to set something up on the Linux box to get the data from the three data servers into the MySQL db, programmatically.
Can I?
If so, how?
Originally posted on Dreamwidth.