Start with the FREE community plan and get your lifetime access to 20+ courses. Get Instant Access Now!
Need help? Talk to an expert: (904) 638-5743
Private Training
Customized training to master new skills and grow your business.
On-Demand Learning
Beginner to advanced classes taught by Microsoft MVPs and Authors.
Bootcamps
In-depth boot camps take you from a novice to mastery in less than a week.
Season Learning Pass
Get access to our very best training offerings for successful up-skilling.
Stream Pro Plus
Combine On-Demand Learning platform with face-to-face Virtual Mentoring.
Certification Training
Prepare and ace your next certification with CertXP.
Private Training
Cheat Sheets
Quick references for when you need a little guidance.
Nerd Guides
Summaries developed in conjunction with our Learn with the Nerds sessions.
Downloads
Digital goodies - code samples, student files, and other must have files.
Blog
Stay up-to-date on all things Power BI, Power Apps, Microsoft 365 and Azure.
Community Discord Server
Start here for technology questions to get answers from the community.
Affiliate Program
Earn money by driving sales through the Pragmatic Works' Training Affiliate Program.
Reseller Partner
It's time to address your client's training needs.
Foundation
Learn how to get into IT with free training and mentorship.
Management Team
Discover the faces behind our success: Meet our dedicated team
Contact Us
How can we help? Connect with Our Team Today!
FAQs
Find all the information you’re looking for. We’re happy to help.
What do you know about the database tool from Microsoft called Azure Data Studio? Azure Data Studio is a free Microsoft desktop tool (initially called SQL Operations Studio) that can be used to manage SQL Server databases and cloud-based Azure SQL Databases and Azure SQL Data Warehouse systems.
This lightweight, cross-platform database tool is based on Visual Studio code and runs on Windows, Mac OS and Linux. It includes a SQL editor with IntelliSense keyword completion, code snippets, code navigation and Git source control integration.
SQL Server Management Studio will still be the champ for database administration tasks such as security management, importing and exporting a DACPAC and using performance tuning advisors and dashboards. But I believe for developers, especially Mac and Linux users, Azure Data Studio will become the go-to tool for doing SQL tasks.
As of March 2019, Azure Data Studio will now connect to SQL Server 2014 and higher, Azure SQL Database, Azure SQL Data Warehouse, Azure SQL Managed Instance and Postgre SQL Servers.
A very useful feature of Azure Data Studio is its ability to create a SQL notebook. Notebooks is a document that can combine formatted text with live code elements, images and query results (you may have heard of them referred to as Python Jupiter notebooks). Now these can be used with SQL, as well as other programming languages such as Python, Scala and R.
To create a notebook, simply open Azure Data Studio and select new notebook from the file menu. If you add a code cell (or section) for code, you can enter SQL code, then execute it; just make sure the kernel is set to SQL and that the connection is pointing to the database you want it to work with before running the code.
The IntelliSense in Azure Data Studio will simplify code entry and the right-click menu offers some great options, including formatting the document, changing all occurrences of a selected word and taking a peek at the definition of the selected SQL object (like a table or stored procedure). This is great for helping you figure out what additional code you want to write, as well as copy/paste snippets from the definition to make sure that everything that you want to include is there.
I like to use notebooks for presentations. I can prepare a notebook to show in my presentations with code and results combined in a very convenient package. It’s also helpful when I need to establish a workflow in my demos that attendees can download in this notebook and repeat on their own.
Another interesting feature for troubleshooting is the ability to include results inside the notebook files, so you can create an empty notebook, add some queries and instructions to it, then send it to your client and make them run the queries and return it to you with the results populated. What comes to my mind in this use case is running the diagnostic queries in a notebook and then saving them as a baseline, then when I run it the next month, I can see what has/has not changed.
Azure Data Studio is a great tool to manage your SQL databases and warehouse systems. If you’d like to learn more about Azure Data Studio or anything Azure related, we’d love to help. Click the link below or contact us – we’re here to help you take your business from good to great.
Free Trial
private training
Newsletter
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Leave a comment