Skip to main content

Microsoft SQL Server

Use the Microsoft SQL Server connector to extract data from a Microsoft SQL Server database.

Setup

  1. Ensure your SQL Server instance is reachable from the environment running the connector (network routing, firewall rules, and allow-listing as needed).
  2. Create (or choose) a SQL Server login with permission to read the schemas/tables you want to sync.
  3. Collect the connection details:
    • Host
    • Port
    • Database
    • Username
    • Password

Authentication

This connector authenticates using SQL Server authentication (username/password).

Configuration

FieldTypeRequiredDescription
hoststringSQL Server hostname or IP address.
portintegerSQL Server port (commonly 1433).
databasestringDatabase name to connect to.
usernamestringSQL Server username.
passwordstringSQL Server password.

Streams

This connector syncs tables from the configured database. Available streams depend on the schemas and tables your user can access.