Microsoft SQL Server
MS SQL Server database connection credentials.
Fields
| Field | Description | Required |
|---|---|---|
| Server | SQL Server hostname | Yes |
| Port | Server port (default: 1433) | Yes |
| Database | Database name | Yes |
| Username | Database user | Yes |
| Password | Database password | Yes |
| Encrypt | Enable encrypted connection | No |
Setup Steps
- Step 1: Get the connection details from your SQL Server instance (server, port, database name, user, and password)
- Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
- Step 3: Select Microsoft SQL Server as the credential type
- Step 4: Enter the server, port, database, user, and password — enable encryption if your server requires it
- Step 5: Click Test Credential to verify the connection