Skip to main content

Mssql

Setting up the Mssql connector

NoItemRequiredExampleNotes
1HostYesThe hostname of the database.
2PortYes1433The port of the database.
3DatabaseYesmasterThe name of the database.
4SchemasNoThe list of schemas to sync from. Defaults to user. Case sensitive.
5UsernameYesThe username which is used to access the database.
6PasswordNoThe password associated with the username.
7JDBC URL ParamsNoAdditional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
8SSL MethodYesThe encryption method which is used when communicating with the database.
Refer to the documentation in the form while using the connector
Unencrypted
Encrypted (trust server certificate)
Encrypted (verify certificate)
9Replication MethodYesThe replication method used for extracting data from the database. STANDARD replication requires no setup on the DB side but will not be able to represent deletions incrementally. CDC uses {TBC} to detect inserts, updates, and deletes. This needs to be configured on the source database itself.
Refer to the documentation in the form while using the connector
Standard
Logical Replication (CDC)

Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.