Prerequisites
You need a SQL Server instance and a login with read access to the tables you want to sync. For CDC, you need permissions to enable CDC on the database and tables.Connection Setup
1. Connection Name
Enter a friendly name (e.g. “SQL Server Production”) to identify this connection.2. Host
Enter the server hostname or IP address. For Azure SQL, use the server name from the connection string (e.g.yourserver.database.windows.net).3. Port
Enter the port. Default is 1433.4. Database
Enter the database name.5. Username and Password
Enter the SQL Server login and password. Ensure SQL Server Authentication is enabled if using mixed mode. For Azure SQL, use the admin login or a user with db_datareader.Enable SQL Server Authentication
If using mixed mode, enable SQL Server Authentication in SQL Server Management Studio: Server Properties → Security → SQL Server and Windows Authentication mode.Create a Login and User
Available Streams
Streams correspond to tables. MantrixFlow discovers the schema. You select which tables to sync when creating a pipeline.Supported Sync Modes
- Full sync — Reads every row on every run.
- Incremental sync — Uses a cursor column to read only new or updated rows.