Continuous real-time data replication and integration
Microsoft SQL Server
Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network.
HVR support for SQL Server
As a source, there are multiple ways HVR can perform Log-based CDC from this platform, including direct reads from the transaction log on the database server itself, on a standby node of an AlwaysOn cluster, or by reading just the backups of the transaction logs. Log-based CDC can also be performed remotely through a SQL connection. As a target HVR uses native bulk load for bulk operations.