News

What's New in Azure Data Studio (Formerly SQL Operations Studio)

The October release of Azure Data Studio (formerly called SQL Operations Studio) includes preview support for SQL Server 2019 and more.

Azure Data Studio, which was introduced last year as SQL Operations Studio, is an open source, cross-platform data management tool that works with SQL Server, Azure SQL Database and Azure SQL Data Warehouse from Windows, macOS and Linux machines.

Microsoft last month renamed the tool and earlier this month published details about its last two updates.

The big feature is preview support for SQL Server 2019, which last month was introduced in its own preview.

SQL Server 2019 functionality is provided by the SQL Server 2019 extension, which includes support for SQL Server Big Data clusters. That feature lets data developers deploy scalable clusters of SQL Server, Spark and HDFS Docker containers that run on the Kubernetes container orchestration platform.

Azure Data Studio Notebooks also received updates, including:

  • The ability to create or open Notebooks using an integrated Notebook viewer, which in the new release supports connecting to local kernels and the SQL Server 2019 Big Data cluster only.
  • The ability to use the PROSE Code Accelerator libraries in a Notebook in order to learn file format and data types to aid in fast data preparation.

Another new feature is the ability to use the Data External Table Wizard with external tables. Now developers can use the wizard to create an external table and its supporting metadata structures, while also gaining support of remote SQL Server and Oracle servers.

Microsoft also introduced the Azure Resource Explorer, whose functionality was previously provided in an extension. Developers can now more easily manage Azure SQL Server, Azure SQL Database, and Azure SQL Managed Instance resources, which recently became generally available.

More information on these and other updates can be found in the following published resources:

Azure Data Studio can be downloaded here.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube