- Article
- 10 minutes to read
Azure Data Studio is a cross-platform database tool for data professionals who use on-premises and cloud data platforms on Windows, macOS, and Linux.
Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It's engineered with the data platform user in mind, with the built-in charting of query result sets and customizable dashboards.
Use Azure Data Studio to query, design, and manage your databases and data warehouses wherever they are, on your local computer or in the cloud.
For more information about Azure Data Studio, visit What is Azure Data Studio?.
Download Azure Data Studio
Azure Data Studio 1.41.0 is the latest general availability (GA) version.
- Release number: 1.41.0
- Release date: January 25, 2023
Platform | Type | Download |
---|---|---|
Windows | User Installer | 64 bit ARM |
System Installer | 64 bit ARM | |
.zip | 64 bit ARM | |
Linux | .tar.gz | 64 bit |
.deb | 64 bit | |
.rpm | 64 bit | |
Mac | .zip | Universal Intel CPU Apple Silicon |
If you have comments or suggestions or want to report a problem with downloading Azure Data Studio, submit an issue to our team on the Azure Data Studio feedback page.
Install Azure Data Studio
Windows installation
Important
Beginning with SQL Server Management Studio (SSMS) 18.7, Azure Data Studio is automatically installed alongside SSMS. Users of SQL Server Management Studio are now able to benefit from the innovations and features in Azure Data Studio. Azure Data Studio is a cross-platform and open-source desktop tool for your environments, whether in the cloud, on-premises, or hybrid.
To learn more about Azure Data Studio, check out What is Azure Data Studio or the FAQ.
This release of Azure Data Studio includes a standard Windows installer experience and a .zip file.
We recommend the user installer, which simplifies installations and updates and doesn't require Administrator privileges. (It doesn't require Administrator privileges because the location is under your user Local AppData (LOCALAPPDATA) folder.) The user installer also provides a smoother background update experience. For more information, see User setup for Windows.
User installer (recommended)
Download and run the Azure Data Studio user installer for Windows.
Start the Azure Data Studio app.
System installer
Download and run the Azure Data Studio system installer for Windows.
Start the Azure Data Studio app.
.zip file
Download the Azure Data Studio .zip file for Windows.
Go to the downloaded file and extract it.
Run
\azuredatastudio-windows\azuredatastudio.exe
.
Unattended installation for Windows
You can also install Azure Data Studio by using a command prompt script.
For Windows, install Azure Data Studio in the background without prompts using the following steps:
Open the command prompt window with elevated permissions.
Run the following command:
<path where the azuredatastudio-windows-user-setup-x.xx.x.exe file is located> /VERYSILENT /MERGETASKS=!runcode>
Example:
%systemdrive%\azuredatastudio-windows-user-setup-1.24.0.exe /VERYSILENT /MERGETASKS=!runcode
Note
The following example also works with the system installer file.
<path where the azuredatastudio-windows-setup-x.xx.x.exe file is located> /VERYSILENT /MERGETASKS=!runcode>
In the preceding code, you can also pass /SILENT instead of /VERYSILENT to see the setup user interface.
If you've run the commands successfully, you can see Azure Data Studio installed.
macOS installation
Download Azure Data Studio for macOS.
To expand the contents of the .zip file, double-click it.
(Video) How to install Docker Container, MSSQL Server in Docker MS Azure Data Studio on Mac OS Guide 2022To make Azure Data Studio available in Launchpad, drag the Azure Data Studio.app file to the Applications folder.
Note
For Apple Silicon users, please make sure you have Rosetta 2 installed. Some backend services are yet to be converted to native ARM64 binaries. You can run the following command in a Terminal window to install Rosetta 2.
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
Linux installation
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).
- RHEL
- SLES
- Ubuntu and Debian
- Windows Subsystem for Linux
Install with an .rpm file
Download Azure Data Studio for Red Hat Enterprise Linux by using the .rpm file.
To extract the file, open a new terminal window, and then run the following commands:
cd ~sudo yum install ./Downloads/azuredatastudio-linux-<version string>.rpm
To start Azure Data Studio, run this command:
azuredatastudio
If you have missing dependencies, install them with following command:
yum install libXScrnSaver
Install with a .tar.gz file
Download Azure Data Studio for Red Hat Enterprise Linux by using the .tar.gz file.
To extract the file, open a new terminal window, and then run the following commands:
cd ~cp ~/Downloads/azuredatastudio-linux-<version string>.tar.gz ~tar -xvf ~/azuredatastudio-linux-<version string>.tar.gzecho 'export PATH="$PATH:~/azuredatastudio-linux-x64"' >> ~/.bashrcsource ~/.bashrc
To start Azure Data Studio, run this command:
azuredatastudio
If you have missing dependencies, install them with the following command:
yum install libxss1 libgconf-2-4 libunwind8
What's new with Azure Data Studio
For details about the latest release of Azure Data Studio, see Release notes for Azure Data Studio.
Download the GA release of Azure Data Studio
We recommend that you download the general availability (GA) release of Azure Data Studio.
Download the insiders build of Azure Data Studio
As an alternative, if you want to try out the beta features and send feedback, you can download the insiders build of Azure Data Studio.
Supported operating systems
Azure Data Studio runs on Windows, macOS, and Linux. The following versions are supported:
- Windows: 10 and later versions
- Windows Server: 2016, 2019, 2022
- macOS: 10.12+ (Sierra) and later versions
- Linux: Debian 9+, RHEL 7+, SLES 15, Ubuntu 18.04+
Note
Incremental versions within a major operating system release may no longer be in support by the operating system. Consult the documentation for your operating system to ensure you have received applicable updates.
Supported SQL Server versions
Azure Data Studio supports connecting to the following versions of SQL Server:
- Azure SQL Database
- Azure SQL Managed Instance
- SQL Server 2022 (16.x)
- SQL Server 2019 (15.x)
- SQL Server 2017 (14.x)
- SQL Server 2016 (13.x)
System requirements
Requirement level | CPU cores | RAM memory |
---|---|---|
Recommended | 4 | 8 GB |
Minimum | 2 | 4 GB |
Check for updates
To check for the latest updates, on the left pane, select Manage (gear icon), and then select Check for Updates.
To apply environment updates offline, install the latest version directly over your previously installed version. You don't need to uninstall earlier versions of Azure Data Studio. If an earlier version is present, the installer automatically updates to the latest version.
Move user settings
If you're updating SQL Operations Studio to Azure Data Studio and want to keep your settings, keyboard shortcuts, or code snippets, complete the following steps:
Note
If you've already installed Azure Data Studio or you've never installed or customized SQL Operations Studio, you can ignore this section.
On the left pane, select Manage (gear icon) and then select Settings.
At the top, right-click the User Settings tab, and then select Reveal in Explorer.
Copy all files in this folder and save them in an easy-to-find location on your local drive, such as your Documents folder.
In your updated version of Azure Data Studio, follow steps 1 and 2 and then, for step 3, paste the contents you saved into the folder. You can also manually copy over the settings, key bindings, or snippets in their respective locations.
If you're overriding your current installation, before you do so, delete the old installation directory to avoid errors connecting to your Azure account for the resource explorer.
(Video) How to download and install SQL SERVER MANAGEMENT STUDIO and Azure Data Studio | Connect & query
Uninstall Azure Data Studio from Windows
If you installed Azure Data Studio by using the Windows installer, uninstall it just as you would any Windows application.
If you installed Azure Data Studio with a .zip file or other archive, delete that file.
Uninstall Azure Data Studio from macOS
You can uninstall apps from the Internet or drive on Mac by completing the following steps:
Select the Finder icon in the Dock, and then select Applications in the Finder sidebar.
Do one of the following:
If an app is in a folder, open the app's folder to check for an uninstaller. Double-click Uninstall [App] or [App] Uninstaller, and then follow the onscreen instructions.
If an app isn't in a folder or doesn't have an uninstaller, drag the app from the Applications folder to the Trash (at the end of the Dock).
To uninstall apps you've downloaded from the App Store, use Launchpad.
Uninstall Azure Data Studio from Linux
- RHEL
- SLES
- Ubuntu and Debian
Use the rpm
, yum
, or dnf
command to delete Azure Data Studio under Red Hat Enterprise Linux.
To list installed software, run one of the following commands:
sudo rpm -qa | lesssudo yum list | lesssudo dnf list | less
To get information about the azuredatastudio
package, run one of the following commands:
sudo rpm -qa azuredatastudiosudo yum list azuredatastudiosudo dnf list azuredatastudio
To delete a package called azuredatastudio
, run one of the following commands:
sudo rpm -e azuredatastudiosudo yum remove azuredatastudiosudo dnf remove azuredatastudio
Next steps
To learn more about Azure Data Studio, see the following resources:
- Azure Data Studio release notes
- What is Azure Data Studio?
- SQL tools
- Azure Data Architecture Guide
- SQL Server Blog
- All the ways to get help
- Submit an Azure Data Studio Git issue
- Contribute to Azure Data Studio
- SQL Client Tools Forum
- SQL Server Data Tools - MSDN forum
- Support options for business users
Contribute to SQL documentation
Did you know that you can edit SQL content yourself? If you do so, not only do you help improve our documentation, but you also get credited as a contributor to the page.
For more information, see How to contribute to SQL Server documentation
Microsoft Privacy Statement and Enable or disable usage data collection for Azure Data Studio.
FAQs
How do I install an Azure Data Studio package? ›
- In a Python kernel notebook in Azure Data Studio, click Manage Packages.
- Click Add new.
- Enter "sqlmlutils" in the Search Pip packages field and click Search.
- Select the Package Version you want to install (the latest version is recommended).
- Click Install and then Close.
- Click the 'Save As Excel' icon.
- Choose folder to save file to.
- Name file.
- Save.
Azure Data Studio is a free, light-weight tool, that runs on Windows, macOS, and Linux, for managing SQL Server, Azure SQL Database, and Azure Synapse Analytics.
Is Azure Data Studio included in SSMS? ›...
Query Editor.
...
Download the installer with the following contents from IBM Passport Advantage Online:
- Installation Manager 64-bit compressed file.
- IBM Data Studio 4.1. ...
- Documentation folder.
- Prerequisites. To complete this quickstart, you need Azure Data Studio, and access to a SQL Server instance. ...
- Connect to a SQL Server. Start Azure Data Studio. ...
- Create a database. The following steps create a database named TutorialDB: ...
- Create a table. ...
- Insert rows. ...
- View the data returned by a query. ...
- Next steps.
To open a Powershell console on Azure Data Studio in Linux, you need to download the PowerShell package from the Microsoft repository and use the yum command to install or update the PowerShell package. Use yum command to install the PowerShell package. Start PowerShell using the pwsh command.
Where is Azure Data Studio located? ›Depending on which platform (Windows, Mac, Linux) Azure Data Studio is installed, location of the settings. json file is different. For Windows, this file is located under this path: %APPDATA%\sqlops\User\settings.
How do I extract data from Data Studio? ›Create an extracted data source
In the connectors list, select Extract Data. Select an existing data source to extract from. Select the dimensions and metrics to extract by dragging them from the Available Fields list onto the targets, or by clicking Add. All the fields you add appear in the list on the far right.
Open the SERVERS sidebar by selecting Ctrl+G. Then right-click your server, and select Manage. Open the Restore database dialog box by selecting Restore on the Tasks widget. Select Backup file in the Restore from box.
How do I download files from Azure? ›
- Create the Azure Blob Storage. Create the Azure Blob Storage to store the files. ...
- Create an ASP.NET Core Web API project and connect it to the Azure Blob Storage. ...
- Implement the endpoints in the ASP.NET Core Web API project.
The cost of using Looker Studio (Data Studio) is $0. Yes, it is a free tool—you don't have to pay anything to set it up. But, if you're looking to fetch data from non-Google platforms, you may have to pay for a third-party connector provider.
Is Azure Data Studio going to replace SSMS? ›Overall, Azure Data Studio appears to be a powerful data exploration and analysis tool that can be a suitable replacement for SSMS.
What is alternative to Azure Data Studio? ›Slick, Spring Data, DataGrip, Dataform, and Microsoft SQL Server Management Studio are the most popular alternatives and competitors to AzureDataStudio.
What is the difference between Azure Data Studio and SSMS? ›The main advantage of Azure Data Studio is its portability — while SSMS can work only on the Windows platform, ADS can run on Linux and macOS as well. That's a huge step forward and going in line with Microsoft's general expansion to non-Windows world.
Is Azure Data Studio an ETL tool? ›Azure Data Factory is a cloud-based ETL and data integration service to create workflows for moving and transforming data.
Can you use Azure Data Studio for MySQL? ›With the MySQL extension (preview) for Azure Data Studio, you can now connect to, query and manage MySQL databases along with your other databases, taking advantage of the modern editor experience and capabilities in Azure Data Studio, such as IntelliSense, code snippets, source control integration, native Jupyter ...
How do I add a Data Studio? ›- Step1: Open your report in edit mode.
- Step2: Click resource and then manage added data sources.
- Step3: Click Add a Data Source.
- Step4: select Google Analytics from the connectors list.
- Step5: select the specific account, property, view and click connect.
To log in to Data Studio, you'll need a Google account — I recommend using the same one as your Analytics, Search Console, and/or Google Ads account. You'll land on the Data Studio overview page. Click the “Home” tab to view your dashboard.
Can Azure Data Studio connect to excel? ›To connect Excel to a database in SQL Database, open Excel and then create a new workbook or open an existing Excel workbook. In the menu bar at the top of the page, select the Data tab, select Get Data, select From Azure, and then select From Azure SQL Database.
Is python needed for Azure Data Engineer? ›
To become a Microsoft Certified Azure Data Engineer, you must thoroughly understand data computation languages like SQL, Python, or Scala and parallel processing and data architecture concepts.
How do I download Azure SQL DB? ›- Go to the Azure portal.
- Click BROWSE ALL.
- Click SQL databases.
- Click the database you want to export as a BACPAC.
- In the SQL Database blade click Export to open the Export database blade:
- Click Storage and select your storage account and blob container where the BACPAC will be stored:
The Azure Data Studio installation is pretty straightforward (you install it just like any other software), so if you're on Linux or Windows, you shouldn't have any issues. To create a database in Azure Data Studio, you simply open a new query editor and run a CREATE DATABASE query.
How do I download Azure SQL database? ›- To export a database using the Azure portal, open the page for your database and select Export on the toolbar.
- Specify the BACPAC filename, select an existing Azure storage account and container for the export, and then provide the appropriate credentials for access to the source database. ...
- Select OK.
Turn on drill-down for a chart
Under Dimension, turn on Drill down. Add dimensions to the chart. Each dimension you add becomes another level of detail you can drill into. Select the Default drill down level.
Hover over the chart you wish to export. and select Export. Enter a name for your export and select an Export As option: CSV creates a comma separated text file.
Can you have multiple data sources in Data Studio? ›By default, all charts in Google Data Studio are connected to a single data source. However, as part of Data Studio's data blending capabilities, you can create charts based on multiple data sources.
How does Azure Data Studio connect to database? ›The first time you run Azure Data Studio the Welcome page should open. If you don't see the Welcome page, select Help > Welcome. Select New Connection to open the Connection pane: Something like: servername.database.windows.net.
Can you create database in Azure Data Studio? ›Azure Data Studio creates the database and sets the Query Store feature to ON if the database doesn't exist.
How do I transfer files from Azure to local machine? ›You can use the azcopy copy command to download files, directories, and file shares to your local computer.
How do I pull data from Azure? ›
Create an export job in your source storage account in Azure portal. Specify source blobs or container paths for the data to be exported. Provide the return address and carrier account number for shipping the drives back to you. Ship the disk drives to the shipping address provided during job creation.
How do I install Azure software? ›- Login to Microsoft Azure Dev Tools. Use one of the following. ...
- Look for "Software"
- Find Windows 10 (consumer editions), DVD. ...
- Click the "view key" box on the right. ...
- Click on "Download" on the bottom right to download the software. ...
- NOTE.
You can use Azure Storage Explorer. It is free and supported by Microsoft. Browse to the appropriate storage account, click on the table storage you want to export and look for the export option in the explorer.
How do I access Azure Data Studio? ›Connect to your Azure SQL Database server
The first time you run Azure Data Studio the Welcome page should open. If you don't see the Welcome page, select Help > Welcome. Select New Connection to open the Connection pane: Something like: servername.database.windows.net.
The thing is, Azure Data Studio is included in the SQL Server Management Studio package since the SSMS version 18.7. It comes automatically alongside the SSMS installation.
How do I get to Data Studio? ›To log in to Data Studio, you'll need a Google account — I recommend using the same one as your Analytics, Search Console, and/or Google Ads account. You'll land on the Data Studio overview page. Click the “Home” tab to view your dashboard.
What is the difference between SSMS and Azure Data Studio? ›The main advantage of Azure Data Studio is its portability — while SSMS can work only on the Windows platform, ADS can run on Linux and macOS as well. That's a huge step forward and going in line with Microsoft's general expansion to non-Windows world.
Is Data Studio free to use? ›The cost of using Looker Studio (Data Studio) is $0. Yes, it is a free tool—you don't have to pay anything to set it up. But, if you're looking to fetch data from non-Google platforms, you may have to pay for a third-party connector provider.
Is Data Studio an app? ›How Do You Access Delta's In-flight Entertainment? To stream Delta Studio content on a personal device, passengers need the GoGo Entertainment App, which is available for download from Apple's App Store, the Google Play Store, and the Delta Wi-Fi Portal — the latter of which is only available once in flight.
Is Data Studio going away? ›The brand “Data Studio” is gone, but the new Looker Studio has the same capabilities, look, and interface. In fact, right now the only change is the logo. The reports, data integrations and functionality are the same as they were previously as Data Studio. Even the URL is still the same: datastudio.google.com.
How do I connect to Microsoft SQL Server Data Studio? ›
- Sign in to Looker Studio.
- In the top left, click. then select Data Source.
- Select the Microsoft SQL Server 2017 connector.
- Enable SSL (optional) ...
- Click AUTHENTICATE.
- Select a table from the list or enter a custom query. ...
- Click CONNECT.
SQL Database has some additional features that are not available in SQL Server, such as built-in high availability, intelligence, and management. Azure SQL Database offers the following deployment options: As a single database with its own set of resources managed via a logical SQL server.
Do I need to install SQL Server and SQL Server Management Studio? ›You will need SQL Server Management Studio (SSMS) to manage SQL Server databases on local or remote instances of SQL Server. It is recommended to install SSMS as the next step.