The connector authenticates with SQL Server Authentication (a SQL login and password). Windows Authentication and Microsoft Entra ID (Azure AD) are not supported.
What you’ll need
- A reachable host and port (default
1433). - A database name.
- A SQL login with
SELECTon the tables you want exposed. See GRANT (Transact-SQL) in the SQL Server docs.
Where to find host/port for your provider
Form fields
Encryption
Most managed providers (Azure SQL, RDS, Cloud SQL) present a trusted certificate and work with Encrypt
true and Trust Server Certificate false.
Setup SQL
Adding datasets
Source references use the three-partdatabase.schema.table form:
mssql:my_database."MySchema"."MyTable".