Data Monitoring and Synchronization Using SSIS and SQL Azure
When implementing a manufacturing system, there is often a need to monitor and perform two-way synchronization of data from multiple locations simultaneously. In many cases, these data sources are also geographically far apart.
For this purpose, we use Microsoft’s cloud storage, which can transfer data to all of its data centers worldwide. Each manufacturing system has its own SQL Server for data storage, and SQL Azure serves as an intermediary for synchronizing local systems (SQL Server). The synchronization process itself is carried out using SSIS (SQL Server Integration Services).