What is Watermark Synchronisation?

Watermark synchronisation tracks the last processed point in a data sync workflow. Learn how SQL Server teams use watermarks and how SQL Cockpit relates.

See SQL Cockpit plans Book a demo

Definition

Watermark synchronisation uses a stored checkpoint, such as a timestamp, identity value, rowversion, sequence, or custom marker, to identify which records have already been processed.

Why it matters

Common signals

How SQL Cockpit helps

FAQ

What can be used as a synchronisation watermark?

Common watermarks include modified timestamps, identity columns, sequence values, SQL Server rowversion values, or custom checkpoint records.

What happens if a watermark is wrong?

An incorrect watermark can skip records, duplicate records, or make validation harder because the sync process no longer has a reliable checkpoint.

How does SQL Cockpit relate to watermark synchronisation?

SQL Cockpit gives teams a visible workflow around synchronisation, job status, table context, and validation.