Microsoft SQL Server
Add SQL Server as a decube connection and help your team discover, document and monitor their data assets to drive data-driven insights and decisions.
Connecting to decube is as easy as providing us with credentials to your Microsoft SQL database. At a minimum, we require
username
password
host address
host port
database name
The source name
will be for you to differentiate and recognize particular sources within the decube application.
We strongly encourage you to create a decube read-only user for this credential purpose, which you can follow here.
Security Concerns
If access to your database is protected by security measures, we allow for connecting via SSH Tunneling or you could whitelist our IP. See more here.
Custom User for decube
A custom user would allow for a granular configuration of the user on your database and your connection to decube.
Create a New User for decube
Execute the following SQL statement to create a new database user and map it to the login created in the previous step
Add the user to role db_datareader
Last updated