Introduction

Sync Monitoring shows the health of your sync configurations and the status of individual tables.

To get started, open SQLSync from the landing page, then select Data Sync Sync Monitoring:

Sync Monitoring summary

The summary lists each sync configuration with hosts, databases, table list, last sync date, and status counts.

Key columns:

Click a count (for example Errors or Total Tables) to open the detail page filtered to that configuration and status.

Use Refresh to reload the summary.

Sync Monitoring details

The detail page lists tables for one or more configurations. Use the table column selector to show extra fields such as Source Row Count, Target Row Count, and Row Count Difference (those are hidden by default).

Key detail columns include:

Header actions:

Filters

Status meanings

Table sync statuses:

UI status filters group these as:

Checksum results may show matches, row-count or checksum mismatches, or Data Movement when changes occurred during calculation.

Note

Checksums compare the synced columns for each table (the Table List subset plus primary keys when a subset is configured, otherwise all source columns). String columns are included using a short prefix and a binary collation, and date/time columns are compared at second precision. Binary, image, XML, and timestamp columns are excluded, as are sync metadata columns named C4SQL_*, because source and target platforms can compare them differently.

Bulk actions

Select one or more tables to enable bulk actions. The bar groups them as Next schedule and On demand.

Next schedule (applied on the next matching schedule run):

On demand (queued immediately):

Confirm the change before the action runs.

Warning

A full resync drops and recreates the target table, then reloads all data for that table.

Tip

Use partial resync when checksum drift is likely still within Change Tracking retention (typically 7 days). It is faster than a full reload because the target table is left in place. If Change Tracking history has already expired, or checksum still fails after a partial resync, use a full resync instead.

Tip

If tables remain in pending status or show errors, check Queue Monitoring and confirm the related schedule is active.

Tip

Use Run Delta for Selected when you need Change Tracking applied now instead of waiting for the next delta schedule. It does not replace a full or partial resync.