Documentation

Azure SQL

Updated on

Apr 22, 2024

Note: This article covers Azure SQL Destination setup process. This guide doesn’t cover the DataPrep setup for Azure SQL.

You can learn how to extract data from Azure SQL data source here.

Description

Azure SQL is a fully managed relational database service provided by Microsoft in the Azure cloud, offering scalability, high availability, and built-in security features for storing and managing structured data.

Schema information

Setup guide

Follow our setup guide to connect Azure SQL to Improvado.

Database requirements

Make sure your Azure SQL database:

Permissions

You should have write access to the database and the following permissions:

  • ```BULK INSERT```
  • ```INSERT```
  • ```CREATE```
  • ```UPDATE```
  • ```DELETE```
  • ```ALTER INDEX```
  • ```SELECT``` (for tables and data)
  • Access to the system tables, like:
  • ~```sys.partition_functions```
  • ~```sys.partition_schemes```
  • ~```sys.columns```
  • ~```sys.tables```
  • ~```sys.schemas```
  • ~```sys.types```
  • ~```sys.partition_range_values```
  • ~```sys.dm_db_partition_stats```
  • ~```sys.objects```
  • ~it is recommended to have access to the whole ```sys``` schema
  • Usage permission on the schema ```dbo```

Complete configuration

On the Azure SQL connection page, fill in the following fields:

  1. Enter a name for your Destination connection in the Title.
  2. Enter the Host.
  3. Enter the Port.
  4. Enter the UID.
  5. Enter the Password.
  6. Enter the Database Name. {%dropdown-button name="database-name"%}

{%dropdown-body name="database-name"%}

Database Name must satisfy the following regular expression: ```r'^[a-zA-Z@_#]([\w@$#])*$'```

{%dropdown-end%}

  1. (Optional) Specify the Schema of your database.
  2. Select the necessary Use static IP option from the dropdown. {%dropdown-button name="use-static-ip"%}

{%dropdown-body name="use-static-ip"%}

Select Yes for Use static IP option if you allow Improvado to connect your database by the static IPs mentioned on the Destination connection page.

Select No if you have permitted access to your database from any IP. In this case, Improvado will connect your database using dynamic IPs not listed on the Destination connection page.

{%dropdown-end%}

  1. Select the necessary Partition by option from the dropdown. {%dropdown-button name="partition-by"%}

{%dropdown-body name="partition-by"%}

Partitioning is the way of splitting data for uploading to the file. Azure SQL provides two types of data partitioning:

  • Daily – suitable for medium-sized datasets, good for frequent updates, but might take up extra disk space;
  • Monthly – suitable for large-sized datasets, stores data on a disk in the most efficient way.

You must carefully choose your partitioning option, as you won't be able to change it in the future.

{%dropdown-end%}

  1. Select the necessary Use Columnstore Index from the dropdown.

Settings

No items found.

Troubleshooting

Troubleshooting guides

Check out troubleshooting guides for
Azure SQL
here:

Limits

Frequently asked questions

No items found.
☶ On this page
Description
Related articles
No items found.
No items found.

Questions?

Improvado team is always happy to help with any other questions you might have! Send us an email.

Contact your Customer Success Manager or raise a request in Improvado Service Desk.