Add New Connector
To add a SQL Server connector:- Select Connectors in the left sidebar and click “New Connector”
- Select SQL Server from the list of connectors
- Fill in the connection details below and click “Create Connector”
- Select the schemas and tables you want to sync
- Configure your sync schedule
Connection Options
text
required
The hostname or IP address of your SQL Server
number
required
The port number for your SQL Server
text
required
The username for database authentication
password
required
The password for database authentication
text
required
The name of the database to connect to
select
required
How to connect to your database
select
required
How new, changed, and deleted rows are detected
- Zero Config: Needs nothing enabled on your database — a read-only connection is enough. Limits: tables must be under 75 million rows, primary keys up to 100GB, and tables changing very quickly can fall back to a full sync instead of an incremental one.
- Change Tracking / CDC: Requires Change Tracking (CT) or Change Data Capture (CDC) enabled on the database and on every table you want to sync. If both are enabled on a table, CDC is used.
checkbox
Automatically trust the server’s SSL/TLS certificates. Enable this for cloud databases that use custom certificate authorities.
SSH Tunnel Options
If using SSH Tunnel connection type:text
required
The hostname of your SSH server
number
required
The port number for SSH connection
text
required
The username for SSH authentication

