Fields
Advanced
Sample data
A typical MSSQL connection using a username and password:| Field | Value |
|---|---|
| Server host | your-db-host.example.com |
| Server port | 1433 |
| Database name | warehouse |
| Authentication type | SqlPassword |
| Username | integration_user |
| Password | your-password |