Atlas logo
⌘K

Documentation

Getting Started
Data
Maps
Interfaces
Workflows
Forms
Sharing & Collaboration
Projects & Management
Integrations

SQL Server

Connect to Microsoft SQL Server to access your enterprise database

Connect to Microsoft SQL Server to query and analyze your enterprise data. Supports tables with geometry and geography columns for spatial analysis.

Connect to SQL Server

  1. Click Add data in the Layers panel
  2. Go to the Connections tab
  3. Select SQL Server
  4. Fill in the connection parameters
  5. Click Create Connection

Connection Parameters

ParameterRequiredDescription
Connection NameYesA friendly name to identify this connection
HostYesHostname or IP address (e.g., localhost, sqlserver.example.com)
PortYesPort number (default: 1433)
DatabaseYesDatabase name to connect to
UsernameYesDatabase username
PasswordYesDatabase password
SchemaNoDefault schema (default: dbo)

SSL/TLS Configuration

Enable SSL/TLS for encrypted connections to your database. When enabled, you can optionally upload:

  • Client Certificate: PEM or CRT format
  • Private Key: PEM or KEY format
  • CA Certificate: For server verification

Without a CA certificate, Atlas trusts self-signed certificates by default.

Working with Data

After connecting, browse available schemas and tables. Select the data you want to import and click Add to Project. Tables with SQL Server spatial columns (geometry, geography) import as vector layers.

Firewall Configuration

If your database is behind a firewall, whitelist these Atlas IP addresses:

16.16.129.130
51.20.23.178
13.50.71.210
51.21.188.73

Troubleshooting

IssueSolution
Connection RefusedVerify host and port. Check SQL Server is configured for TCP/IP connections.
Authentication FailedConfirm credentials. SQL Server authentication must be enabled (not Windows only).
Database Not FoundVerify database name. Check user has access to the database.
Schema Not FoundDefault schema is dbo. Verify schema exists and user has permissions.
SSL Connection ErrorTry enabling "Trust Server Certificate" or provide a valid CA certificate.
PreviousMySQLIntegrations
NextOracleIntegrations