SQL Server data synchronization to MySQL

Source: Internet
Author: User
This way you need to synchronize the daily data generated by the POS to MySQL on the server. And this POS machine produces the database file has a number of tables, the third party company this side gave some database table structure data.

Then the database on the POS machine is SQL Server. Now there is a previous synchronization program, but also the synchronization between the databases. Here is a MySQL configuration information, some host,port and so on.

Because my personal research on the database is relatively shallow, so I do not know where to start. And the previous synchronization program is written in PHP, so test the line and do not know what to do.

So hopefully a little big God pointing out that I got a sync program if you want to modify what you want to see based on my needs, some experience or method of synchronizing data between databases.

Reply content:

This way you need to synchronize the daily data generated by the POS to MySQL on the server. And this POS machine produces the database file has a number of tables, the third party company this side gave some database table structure data.

Then the database on the POS machine is SQL Server. Now there is a previous synchronization program, but also the synchronization between the databases. Here is a MySQL configuration information, some host,port and so on.

Because my personal research on the database is relatively shallow, so I do not know where to start. And the previous synchronization program is written in PHP, so test the line and do not know what to do.

So hopefully a little big God pointing out that I got a sync program if you want to modify what you want to see based on my needs, some experience or method of synchronizing data between databases.

You can synchronize data with some of the tools that SQL Server comes with or a third-party tool

http://www.databasejournal.com/features/mssql/article.php/1438201/ Setting-up-transactional-replication-a-step-by-step-guide.htm

https://www.baidu.com/s?wd=SyncNavigator%C2%A0&rsv_spt=1&rsv_iqid=0xbc26ab53000011e4&issp=1&f= 8&rsv_bp=0&rsv_idx=2&ie=utf-8&tn=baiduhome_pg&rsv_enter=1&rsv_n=2&rsv_sug3=1& rsv_sug1=1&rsv_sug7=100&rsv_sug2=0&inputt=507&rsv_sug4=507

Data synchronization between databases, if there is no logical conversion, usually using the database comes with or third-party tools to synchronize directly (SQL Server with DTS tools), if there is more complex logical calculation, usually through some ETL tools to achieve, such as Kettle,powercenter.

You say the scene, is the use of PHP program data synchronization, want to understand the specific logic, the best to the program developers to design documents, if not, you can only directly see the source code.

First, you need to know the data table structure of the synchronicity database! Everything else can be converted in words or statements.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.