-
Notifications
You must be signed in to change notification settings - Fork 0
SQL Server Connection Variables
github-actions[bot] edited this page Apr 17, 2026
·
2 revisions
Use these variables when the configured technology is SQL Server.
/init-ad-migration scaffolds the shared non-secret values in .envrc. Keep secrets in .env or export them in your shell before running commands.
Required by ad-migration setup-source.
| Variable | Description |
|---|---|
SOURCE_MSSQL_HOST |
Source SQL Server hostname or IP |
SOURCE_MSSQL_PORT |
Source SQL Server port |
SOURCE_MSSQL_DB |
Source database name |
SOURCE_MSSQL_USER |
Source SQL Server username |
SOURCE_MSSQL_PASSWORD |
Source SQL Server password |
Required by ad-migration setup-target and downstream dbt validation.
| Variable | Description |
|---|---|
TARGET_MSSQL_HOST |
Target SQL Server hostname or IP |
TARGET_MSSQL_PORT |
Target SQL Server port |
TARGET_MSSQL_DB |
Target database name |
TARGET_MSSQL_USER |
Target SQL Server username |
TARGET_MSSQL_PASSWORD |
Target SQL Server password |
Required by ad-migration setup-sandbox.
| Variable | Description |
|---|---|
SANDBOX_MSSQL_HOST |
Sandbox SQL Server hostname or IP |
SANDBOX_MSSQL_PORT |
Sandbox SQL Server port |
SANDBOX_MSSQL_USER |
Sandbox SQL Server username |
SANDBOX_MSSQL_PASSWORD |
Sandbox SQL Server password |
SQL Server connectivity uses FreeTDS. Install FreeTDS and unixODBC before running SQL Server source, target, or sandbox commands.
Getting Started
Project Setup (run once)
Whole-Mart Migration
Per-Object Migration (repeat per table)
Commands and CLI
Exploring the Catalog
Operations
- Status Dashboard
- Deciding Data Domains for Migration
- Handling Diagnostic Errors and Warnings
- Browsing the Catalog
- Sandbox Operations
- Git Workflow
Reference
- Glossary
-
verifying-completion-claimsskill - Profiling Signals
- SQL Server Connection Variables
- Oracle Connection Variables
- Troubleshooting and Error Codes