jakebur01 Posted November 7, 2007 Share Posted November 7, 2007 I have a table on a mssql database that I am constantly having to manually migrate over to a mysql database. I am wanting to create a script that will sycronize "so to speak" from the mssql database table to the mysql database table. Any ideas on getting started with this? Is this possible? Quote Link to comment Share on other sites More sharing options...
jakebur01 Posted November 8, 2007 Author Share Posted November 8, 2007 bump. Quote Link to comment Share on other sites More sharing options...
dbo Posted November 8, 2007 Share Posted November 8, 2007 Lots of ways to do it. ETL is one (extract, transform, load). This isn't really a PHP question though. Another way is to dump the DDL data and load it up that way.... or dump it to CSV and parse it. Quote Link to comment Share on other sites More sharing options...
jakebur01 Posted November 8, 2007 Author Share Posted November 8, 2007 can this not be done with php? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.