← Metaustral | Documentation

SQL Server Integration

Connect a Microsoft SQL Server instance to Metaustral and automatically discover tables, views, columns, and foreign keys.

Prerequisites

  • A SQL Server instance (2012 or later) reachable from the Metaustral cloud — or use the On-Premise Agent for private networks.
  • A SQL login with at least VIEW DEFINITION and SELECT on INFORMATION_SCHEMA.
  • TCP/IP enabled on port 1433 (or a custom port) and allowed through any network firewalls.
  • Starter, Pro, or Enterprise plan (database connections are not available on the Free plan).

How to connect

Open Integrations

From the Data Management menu, select Integrations and click + New connection.

Select SQL Server as the type

Choose SQL Server from the Type dropdown. The form will update to show the required fields.

Fill in the connection details

Enter the connection name, host/server, port (default 1433), database name, username, password, and an optional schema filter (e.g. dbo, sales). Click Save.

Import metadata

Go to Import → From a connection, select your new connection, browse the available schemas and tables, and click Confirm import to create the catalog assets.

SQL Server connection form
SQL Server connection form — host, port 1433, database, username, password, and optional schema filter.

Connection fields

Field Required Notes
Connection nameYesA label for this connection in the catalog.
Host / ServerYesIP address or hostname of your SQL Server.
PortYesDefault: 1433.
DatabaseYesThe database to introspect.
UsernameYesSQL login with VIEW DEFINITION rights.
PasswordYesStored encrypted with Fernet — never readable in plain text.
Schema filterNoComma-separated list. If blank, all schemas are shown.
Tip: Create a dedicated read-only SQL login for Metaustral. The discovery process only reads INFORMATION_SCHEMA and never accesses row data.