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.
Watermark synchronisation tracks the last processed point in a data sync workflow. Learn how SQL Server teams use watermarks and how SQL Cockpit relates.
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.
Common watermarks include modified timestamps, identity columns, sequence values, SQL Server rowversion values, or custom checkpoint records.
An incorrect watermark can skip records, duplicate records, or make validation harder because the sync process no longer has a reliable checkpoint.
SQL Cockpit gives teams a visible workflow around synchronisation, job status, table context, and validation.