Creating an Account
1
Start adding an account
Go to Privileged Access Management → Accounts and click Add Account.
2
3
Enter connection details
4
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.
5
Save
Click Create.
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.