SQL Server

SQL Server can be hosted on prem or run in Azure, GCP or AWS.

Creating a connection

To connect to SQL Server, you'll need to provide the below details:

Fill in following details in the form. We use Azure SQL service as an example here:

  1. Server: The server name. It can be found in Azure Portal: SQL Server -> Server Name -> Overview -> Server Name

  2. Database: The database name. This can be found in the Azure Portal at the following location: SQL Server -> Server Name -> Overview -> Available Resources -> (x) databases.

  3. Database or Schema: The schema to connect to

  4. User: The username

  5. Password : The password

Note:

  • The User and Password above are for the SQL Authentication.

  • In order to connect to a privately hosted instance, the customer will need to whitelist the IPs from Telmai. Please reach out to Telmai support for the updated list of IP’s for whitelisting.

Connecting an asset

Once a connection is defined, you can start using it to create assets. To create assets, you will need to select existing table, or run a custom SQL query.

Please ensure that your environment has whitelisted Telmai IP list.

Last updated