sql-server-table-reconciliation

Installation
SKILL.md

SQL Server Table Reconciliation

Compare identical tables across two SQL Server instances using Python with mssql-python driver and Apache Arrow. Detect missing rows, column mismatches, schema drift, and produce a reconciliation report.

Workflow

  1. Collect connection details for source and target
  2. Identify primary key / composite key
  3. Detect schema differences
  4. Extract data via Arrow for efficient columnar transfer
  5. Compare rows and columns
  6. Generate reconciliation report

Collect Inputs

Installs
7
GitHub Stars
169
First Seen
Jun 28, 2026
sql-server-table-reconciliation — kilo-org/kilo-marketplace