SQL Server, replicated into Snowflake.
The Openflow SQL Server connector streams Microsoft SQL Server into Snowflake in near real time. It is Snowflake-native, with no third-party tooling and no hand-built CDC pipelines. One connector reads every database on the instance and lands each into its own schema.
Where to start
What it replaces
Replicating SQL Server into Snowflake has usually meant one of three things: paying per row for a third-party CDC vendor, hand-building a pipeline that reads change tables and merges them yourself, or accepting a nightly batch and the staleness that comes with it. The connector is a managed alternative that runs inside Snowflake, reads the change feed SQL Server already produces, and keeps the destination current without a pipeline for you to maintain.
The processor reference is drawn from the flow definitions in the repository above, which hold the connector configuration used throughout this document.