Data Source Types
Microsoft SQL Server
Intro
Find out more about MSS here.
Necessary Credentials
-
Server
-
The server where your database lives
-
Example: x.database.windows.net
-
-
Port
-
The port the database server uses
-
Example: 1433
-
-
Database
- Name of the database you are connecting Explo to
- Example: acme_production
-
Username
- Service user’s username
-
Password
Allowlisting Explo’s IPs
You may need to allowlist our Explo IP’s 54.211.43.19
, 52.55.98.121
,
3.214.169.94
,and54.156.141.148
SSH Tunnels
You can connect to Postgres databases via an SSH tunnel if necessary. Check out this section on SSH tunnels to see how.
Questions?
Please reach out to the Explo team at [email protected] if you have any questions.