MSSQL Data Migration Tool - Extract from SQL Server
Skippr connects to SQL Server using standard connection strings and extracts tables and views without hand-built ETL. Run incremental or full-refresh pipelines into your analytics warehouse while keeping operational workloads isolated.
Capabilities
- Native extraction from SQL Server tables, views, and change-heavy workloads
- Deterministic schema discovery from SQL Server result sets and metadata
- Incremental and full-refresh sync modes
- Automatic data cleansing and dead letter handling
- Load into 9 supported data warehouses
CLI
bash
skippr connect source mssql \
--connection-string '${MSSQL_CONNECTION_STRING}'Sample config
yaml
data_sources:
source:
Mssql:
connection_string: "${MSSQL_CONNECTION_STRING}"Full connector reference: mssql.
