Microsoft SQL
Rather than a storage connector, that connects to a GCP or S3 bucket for example, a Microsoft SQL connector is referred to as a database connector. Currently, the Microsoft SQL connector is supported for the creation of platform, tabular assets and cannot be used as an export location.
Pre-requisites
To connect your Microsoft SQL database , you need:
Your database host's IP (e.g.,
1.1.1.2
) or domain (e.g.,my.server.com
)Your database's port (usually
1521
for unencrypted connections and2484
for encrypted connections using SSL/TLS)Database (optional) - you can specific a database to limit the scope of access for a connector
A user created for accessing the required data and username and password for that user
Supported versions: Microsoft SQL Server 2019, 2022
Create the Connector
Click Manage on the Navigation bar.
Select Connectors to view the Manage Connectors screen
Click the Create Connector button at the top right
Enter a Name for your Connector and a Description (optional)
Choose Type > Microsoft SQL.
Add any Integration Metadata needed for programmatic integration.
Click Create.
Click Close