> For the complete documentation index, see [llms.txt](https://academy.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.pentaho.com/pentaho-data-catalog-en/setup/aw-data-sources.md).

# AW Data Sources

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="/files/csOAAfKvsbULaPtdfGsJ" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Windows" %}

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

{% tab title="minIO" %}

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://academy.pentaho.com/pentaho-data-catalog-en/setup/aw-data-sources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
