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? Link to comment https://forums.phpfreaks.com/topic/76399-updating-from-mssql-to-mysql/ Share on other sites More sharing options...
jakebur01 Posted November 8, 2007 Author Share Posted November 8, 2007 bump. Link to comment https://forums.phpfreaks.com/topic/76399-updating-from-mssql-to-mysql/#findComment-387483 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. Link to comment https://forums.phpfreaks.com/topic/76399-updating-from-mssql-to-mysql/#findComment-387539 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? Link to comment https://forums.phpfreaks.com/topic/76399-updating-from-mssql-to-mysql/#findComment-387587 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.