# AW Data Sources

{% hint style="info" %}

{% endhint %}

x

x

x

{% tabs %}
{% tab title="Upload MSSQL Driver" %}

{% endtab %}

{% tab title="Azure Data Studio" %}
{% hint style="info" %}

#### Azure Data Studio

For Linux folks you can access the MSSQL AdventureWorks2022 database with Azure Data Studio.

You can install Azure Data Studio on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), Ubuntu, Debian, and Windows Subsystem for Linux (WSL).
{% endhint %}

{% hint style="danger" %}
Azure Data Studio is retiring on February 28, 2026. We recommend that you use Visual Studio Code.
{% endhint %}

Select the OS:

{% tabs %}
{% tab title="Deb" %}
{% hint style="info" %}

#### Ubuntu & Debian

{% endhint %}

1. Ensure all the existing packages are up-to-date.

```bash
sudo apt update && sudo apt upgrade
```

2. Ensure dependencies are up-to-date.

```bash
sudo apt install libunwind8
```

3. Download Azure Data Studio for Ubuntu or Debian by using the [.deb](https://azuredatastudio-update.azurewebsites.net/latest/linux-deb-x64/stable) file.
4. To extract the .deb file, open a new terminal window, and then run the following commands:

```bash
cd ~/Downloads
sudo dpkg -i azuredatastudio-linux-<version string>.deb
```

5. To start Azure Data Studio, run this command:

```bash
azuredatastudio
```

{% endtab %}

{% tab title="RHEL" %}
{% hint style="info" %}

#### RHEL

Azure Data Studio installation failure is a known issue on RHEL 8. Manually install glibc-2.29 and add it to the Library Path and then re-install ADS to resolve the issue.
{% endhint %}

1. Ensure all the existing packages are up-to-date.

```bash
sudo dnf check-update & sudo dnf upgrade
```

2. Ensure dependencies are up-to-date.

```bash
sudo dnf install libXScrnSaver
```

3. Download Azure Data Studio for Red Hat Enterprise Linux by using the [.rpm](https://azuredatastudio-update.azurewebsites.net/latest/linux-rpm-x64/stable) file.
4. To extract the file, open a new terminal window, and then run the following command:

```bash
cd ~/Downloads
sudo dnf install azuredatastudio-linux-1.52.0.rpm
```

5. To start Azure Data Studio, run this command:

```bash
cd
azuredatastudio
```

<figure><img src="https://1051758685-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw1qJj4OGmdcvowiklB9W%2Fuploads%2FqjXD16Aod8ijWIgwv5cD%2Fimage.png?alt=media&#x26;token=a61abb96-b619-444e-8b5f-6ae68a2bde3b" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Windows" %}

{% endtab %}
{% endtabs %}
{% endtab %}

{% tab title="minIO" %}

{% endtab %}
{% endtabs %}
