Dear readers of our blog, we'd like to recommend you to visit the main page of our website, where you can learn about our product SQLS*Plus and its advantages.
 
SQLS*Plus - best SQL Server command line reporting and automation tool! SQLS*Plus is several orders of magnitude better than SQL Server sqlcmd and osql command line tools.
 

REQUEST COMPLIMENTARY SQLS*PLUS LICENCE

Enteros UpBeat offers a patented database performance management SaaS platform. It proactively identifies root causes of complex revenue-impacting database performance issues across a growing number of RDBMS, NoSQL, and deep/machine learning database platforms. We support Oracle, SQL Server, IBM DB2, MongoDB, Casandra, MySQL, Amazon Aurora, and other database systems.

Azure Data Studio takes SQL Operations Studio to the next level

11 June 2020

Microsoft turns a cross-platform solution into a convenient alternative for developers and database administrators. Microsoft seems to be closing the gap between Azure Data Studio and SQL Server Management Studio, making the first product a convenient alternative for both developers and database administrators.

I first wrote about Azure Data Studio in December 2017, when a publicly available preview version was released. At that time, the product was called SQL Operations Studio, and its functionality was small and focused exclusively on developers. This event took place shortly after the release of SQL Operations Studio, which opened a whole new audience and market for SQL Server thanks to its Linux compatibility after almost 25 years of existence exclusively in the Windows ecosystem. Entering the Linux market was a bold decision and it was crucial for Microsoft to provide access to an audience that was not often involved with corporate products and especially Windows. The development of SQL Operations Studio was a consequence of this need.

Azure Data Studio remains a cross-platform solution released in three versions: for Windows, Linux and macOS. The functionality of the platform is rapidly evolving, and it is planned that in the end it will be equivalent to the widespread, but already outdated SQL Server Management Studio.

“Azure Data Studio has a common heritage and a forward-looking development plan with SQL Server Management Studio, a very successful and popular tool,” says Wiki Harp, senior program manager for SQL Server tools. – Over time, all SQL Server Management Studio features will be available in Azure Data Studio and the two products will be closely integrated with each other. Today Azure Data Studio is clearly focused on query editing and data development. Also available in Azure Data Studio as extensions are additional very useful administrative functions such as backup, recovery, agent task management and server profiling.

The publicly available version of Azure Data Studio has a wide range of features for development and operations specialists. Microsoft will continue to release pre-release components as the platform evolves and receives monthly updates as part of its ongoing improvement of integration and development of management tools for the data processing platform.

The preliminary level components include:

  • importing an unstructured file;
  • SQL Server agent;
  • SQL Profiler;
  • resource browser Azure;
  • graphical display of query plan.

Based on the combination of these components, we can conclude that Microsoft is committed to closing the gap between Azure Data Studio and SQL Server Management Studio, making it an attractive alternative for both developers and database administrators. But the company has a long way to go. Today, the backup and recovery features in Azure Data Studio are almost the only database administrator-centric ones, i.e. SQL Server Management Studio (SSMS) actually remains a tool for SQL Server database administration (along with the Azure data portal for Azure-based SQL administration).

This does not mean that database administrators cannot find applications for Azure Data Studio, but for now the environment is ready for Microsoft Data platform developers, not for administering local instances of SQL Server or one of the many Microsoft Azure offerings.

Getting started with Azure Data Studio

It is very easy to master Azure Data Studio. To get started, you need to do the following:

  1. Download and install the tool for the environment that suits your needs. Downloadable Windows, MacOS and Linux components can be found at docs.microsoft.com.
  2. Connect to the selected instance. The process is similar to connecting to Azure or the local environment, but there are some differences that can cause difficulties when connecting to Azure. For “cloud” or “terrestrial” installations, enter the appropriate values in the following fields:
  • The server.
  • Type of authentication (SQL input name or Active Directory based authentication).
  • Username.
  • Password.
  • Database

If you connect to Azure, you should enter the server name in the full format: <server_name>. database. windows.net. If you are connecting to an Azure instance for the first time, you still need to configure the firewall rules that provide access; you will need to contact the appropriate person in your company who can customize the firewall settings for your specific situation. Azure Data Studio provides a recommended IP address or address range to make it easy to create firewall rules. Firewall settings are available from the Azure portal, but not inside Azure Data Studio.

So, now you are connected. Depending on your rights, you can create, configure and develop solutions using SQL Server locally or with one of the Azure-based products: Azure SQL Database, Azure IAAS, Azure SQL Managed Instance, Azure SQL Data Warehouse, SQL Server 2019 Big Data Clusters and Azure Data Studio Notebooks.

A Tutorial of Azure Data Studio

 
Tags: , , , , ,

MORE NEWS

 

Preamble​​NoSql is not a replacement for SQL databases but is a valid alternative for many situations where standard SQL is not the best approach for...

Preamble​​MongoDB Conditional operators specify a condition to which the value of the document field shall correspond.Comparison Query Operators $eq...

5 Database management trends impacting database administrationIn the realm of database management systems, moreover half (52%) of your competitors feel...

The data type is defined as the type of data that any column or variable can store in MS SQL Server. What is the data type? When you create any table or...

Preamble​​MS SQL Server is a client-server architecture. MS SQL Server process starts with the client application sending a query.SQL Server accepts,...

First the basics: what is the master/slave?One database server (“master”) responds and can do anything. A lot of other database servers store copies of all...

Preamble​​Atom Hopper (based on Apache Abdera) for those who may not know is an open-source project sponsored by Rackspace. Today we will figure out how to...

Preamble​​MongoDB recently introduced its new aggregation structure. This structure provides a simpler solution for calculating aggregated values rather...

FlexibilityOne of the most advertised features of MongoDB is its flexibility.  Flexibility, however, is a double-edged sword. More flexibility means more...

Preamble​​SQLShell is a cross-platform command-line tool for SQL, similar to psql for PostgreSQL or MySQL command-line tool for MySQL.Why use it?If you...

Preamble​​Writing an application on top of the framework on top of the driver on top of the database is a bit like a game on the phone: you say “insert...

Preamble​​Oracle Coherence is a distributed cache that is functionally comparable with Memcached. In addition to the basic function of the API cache, it...

Preamble​​IBM pureXML, a proprietary XML database built on a relational mechanism (designed for puns) that offers both relational ( SQL / XML ) and...

  What is PostgreSQL array? In PostgreSQL we can define a column as an array of valid data types. The data type can be built-in, custom or enumerated....

Preamble​​If you are a Linux sysadmin or developer, there comes a time when you need to manage an Oracle database that can work in your environment.In this...

Preamble​​Starting with Microsoft SQL Server 2008, by default, the group of local administrators is no longer added to SQL Server administrators during the...