- 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.40.2 is the latest general availability (GA) version.
- Release number: 1.40.2
- Release date: December 27, 2022
Platform | Type | Download |
---|---|---|
Windows | User Installer | 64 bit |
System Installer | 64 bit | |
.zip | 64 bit | |
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) Microsoft Azure 06: Download and Install Azure Data StudioTo 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:
See AlsoData security and encryption best practices - Microsoft AzureIntroduction to Azure Data Factory - Azure Data FactoryData sources for the Power BI service - Power BIcd ~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) Azure Data Studio Downloading, Installation and Add Connection to Microsoft Azure
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 XML' button.
- Choose folder to save file to.
- Name file.
- Save.
Azure Data Studio is free for private or commercial use.
How do I set up Azure Data Studio? ›The installation process is simple. Run installer and the Welcome window will appear, press the Next button to prosed: On the License Agreement, select the ”I accept the agreement” radio button and press the Next button: On this window, choose where Azure Data Studio will be installed.
Is Azure Data Studio included in SSMS? ›...
Operating System Support.
Feature | Azure Data Studio | SSMS |
---|---|---|
Windows | Yes | Yes |
macOS | Yes | |
Linux | Yes |
...
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.
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 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.
How can I export data In Google Data Studio? The ability to export data exists only in view mode. To export data, just right-click on the chart and select export.
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.
How do I export data from Studio data? ›
- Open the report.
- Hover over the chart or the table you wish to export.
- Right-click on the chart or click. ...
- Choose whether you want to download the data as a CVS file or export the data to a Google Sheet.
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 replacing SSMS? ›The latest version of SSMS is rebranded as Microsoft SQL Server Management Studio with Azure Data Studio. You can launch the Microsoft SQL Server Management Studio from Start Menu – Microsoft SQL Server Tools – Microsoft SQL Server Management Studio.
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.
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 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.
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 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 ...
What is better than Data Studio? ›
We Reviewed Top 9 Google Data Studio Alternatives, and Here is Our Review [2023] Some of the best Google Data Studio alternatives for easy tracking of KPIs are Datapad, Looker, Databox, InetSoft, Grow, Infogram, Agency Analytics, DashThis, and Geckoboard.
Can you create database in Azure Data Studio? ›After connecting to your SQL Server instance, you can freely manage databases with Azure Data Studio. And what better way to get started with this tool than by creating a new database? To manage a database, you need a database first. So your first task is to create a new database in Azure Data Studio.
How can I download dataset data? ›- Navigate to your project and click File > Open.
- Navigate to the folder where the datasets are stored.
- Select the datasets you need and click Download.
All database and ssh server connection configurations are stored in the \. datastudio\connections directory and sub-directories, with a connection file for each server in the appropriate directory. Users may exchange and share server connections by transferring individual files for each server.
How do I download a Data Studio PDF? ›- Step 1: Use your browser's print function. ...
- Step 2: Click "Open PDF in Preview" ...
- Step 3: In Preview, enable the thumbnail view. ...
- Step 4: Click and drag your pages into the thumbnail sidebar in Preview. ...
- Step 5: Export as PDF from Preview, or Save As PDF.
Google Data Studio allows you to blend up to 5 data sources in one chart. That being said, if you are using a LIVE connector, the loading time of your report can be fairly high.
Can you use SQL in Data Studio? ›With Data Studio, you can turn your SQL Server data into reports and dashboards without coding.
How do I import data into an azure Data Studio? ›To start SQL Server Import, first make a connection to a server in the Servers tab. After you make a connection, drill down to the target database that you want to import a file into a SQL table. Right-click on the database and select Import Wizard.
How do I export a studio? ›Exporting Studio Projects
Right-click and select Export from the context menu. In the Export dialog, select General>Archive File and click Next. In the next screen, the project you selected in step 1 is preselected. Clear the check boxes next to any of that project's files that you do not want to export.
In the top left, click. then select Data Source. Choose File Upload in the Connectors panel. Drag one or more files from your computer to the upload target, or click UPLOAD FILES and select the files you want.
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.
How do I create a SQL database in Azure Data Studio? ›...
Creating a New Database
- On Azure Data Studio, click Home → New Query to open a new query editor. ...
- Next, copy and paste the below T-SQL snippet into the query editor. ...
- Now, click Run to execute the query.
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.