Exctract database using php from MS SQL Server and import it into MySQL in realtime? -


i have 2 servers 1 using ms sql database , under windows os , other using mysql , under ubuntu server 14.04. because windows server active , using software dont/cant change or use other software stuck using ms sql server entering data data base, need use data , expand data (data base) using custom build website (php mysql). there way can make custom php function , extract ms sql data base on daily base , import mysql server? if can done greatful if can point me way.

alternativly: if can show/help me using ms sql code connect , retrieve data ms sql server great well, prefer using mysql server if can done somehow.

thank you!

i manage using 2 connections @ same time. 1 ms sql database , other mysql data base. using sql server 2005 ms sql data base , phpmyadmin mysql data base. manage connections using functions:

for mssql:

mssql_connect, mssql_select_db, mssql_fetch_array , mssql_query 

and mysql:

mysqli 

hope helps in need! if u have questions let me know!


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -