How to Migrate from Microsoft SQL Server to MotherDuck
Skippr is the easiest way to migrate from MSSQL to MotherDuck and get fully cleansed and modeled data in one run command.
Source: MSSQL. Destination: MotherDuck.
Sample config
yaml
skippr:
workspace: mssql_to_motherduck
pipelines:
mssql_to_motherduck:
data_source: data_sources.source
data_sink: data_sinks.warehouse
data_sources:
source:
Mssql:
connection_string: "${MSSQL_CONNECTION_STRING}"
data_sinks:
warehouse:
Motherduck:
motherduck_token: "${MOTHERDUCK_TOKEN}"
database: my_database
schema: mainEnvironment
bash
export MOTHERDUCK_TOKEN="eyJ..."
export MSSQL_CONNECTION_STRING="server=tcp:127.0.0.1,1433;database=testdb;user id=sa;password=YourPass;TrustServerCertificate=true"Source connector: mssql. Destination connector: motherduck-warehouse.
See Quick start.
