|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
auto update mysql database
Hi all,
i have a program that i use in my office. Also i have an eshop. I want to auto-update the database of the eshop that is mysql in a linux server from the database that i have on my computer that runs on a microsoft SQL server. Does anyone know if i can do that? Thanks dpapala |
|
#2
|
||||
|
||||
|
Not sure how to do it in Windows. Surely you can set up batch jobs to run periodically. The Linux fix would be to run a cron job. I guess you could write a program on the Linux box that selects from the SQL server and updates the mysql server and run this script from a cron job on the Linux side.
__________________
Please don't PM me asking for solutions outside the scope of a thread. Keeping all responses in a thread stands to help others who come along later, which is after all what this forum's all about. |
|
#3
|
||||
|
||||
|
You should be able to setup a DTS (scheduled job) within SQLServer to push the data to the MySQL DB. Have a poke around in SQLServer - they're usually pretty easy to setup through the GUI.
|
![]() |
| Viewing: Dev Articles Community Forums > Databases > Database Development > auto update mysql database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|