Plan table mappings between Snowflake and SQL Server
Validate the selected objects and operations even where connector-level direction is documented.
Starting event: A selected source table needs an operational replica, a reporting projection, or a migration copy.
- Choose actual tables in Snowflake and SQL Server and compare their schemas and record types.
- Specify the primary/business key, type conversions, filter boundaries, relationship dependencies, and the source of each writable field.
- Plan two-way sync around connector support and your update rules; use a source-to-destination copy for read-only records. Keep source views, aggregate outputs, and writable base tables distinct.
Expected result: Counts reconcile within identical filters; updates preserve keys; precision, nulls, deletes, and schema changes follow the agreed mapping rules.
If it fails: Compare current source state, key mapping, and destination constraints before retrying. Reconcile the backlog after any schema or permission change.