Creating an Account
Enter connection details
| Field | Description |
|---|---|
| Name | A descriptive name (e.g., analytics-db) |
| Host | Database hostname or IP |
| Port | SQL Server port (default: 1433) |
| Database | Database name (default: master) |
| SSL Enabled | Enable SSL for the connection |
| Reject Unauthorized | Reject connections with invalid certificates (only if SSL enabled) |
| SSL Certificate | Custom CA certificate (only if SSL enabled) |
Choose authentication method
MS SQL supports three authentication methods:
- SQL Server Authentication
- Windows Authentication (NTLM)
- Windows Authentication (Kerberos)
Standard SQL Server login with username and password.
| Field | Description |
|---|---|
| Username | SQL Server username |
| Password | SQL Server password |
Connecting
The CLI starts a local proxy that you connect to with your preferred SQL Server client.sqlcmd, Azure Data Studio, or any SQL Server client:
--port <port>— use a specific local port (otherwise one is assigned automatically)--reason <reason>— provide an access reason (if required by template)
Next Steps
PostgreSQL Accounts
Add PostgreSQL database accounts.
Sessions
View and manage sessions.