'Synchronize SQL server DB with MySQL DB
We have a SQL server database with info on our students. My boss wants me to program a web page where the students can see their schedule but she dont wants to expose our SQL server databases to the internet. So she asked me if there's a way to export only the info we need in a MySQL database and to synchronize the data every 10 minutes. Is there a way to do that? Any better suggestions? Would it be safe to only use views on the SQL server database? Thanks!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
