Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
538 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
Azure Data Studio versus SQL Server Management Studio |
---|
Microsoft have brought out a new SQL editor called Azure Data Studio, to act as a substitute for SQL Server Management Studio, but this owl cannot see any justification for its existence! |
In this blog
Microsoft have released a new SQL editor, called Azure Data Studio (ADS); it was initially called SQL Operations Studio, apparently. ADS runs on Windows, Macs and Linux, which as far as I can see is it's only real raison d'être.
Apart from anything else, I can't see what the Azure Data Studio program which runs on your desktop has to do with the Microsoft cloud-based Azure platform.
ADS is a free download, and looks like this:
Users of SSMS will recognise this!
Here's the equivalent diagram in SSMS:
The same query in Management Studio.
You can save the results of running a query to more places in ADS:
On the right-hand side of the screen are these icons, allowing you to save your results to a CSV file, Excel file, JSON file, XML file or chart.
I wouldn't get too excited about the chart option:
This feature is so primitive, it's hard to believe anyone will find it useful!
As the diagram above suggests, you can install a host of Visual Studio extensions. Here are a few of them:
You can choose to use another language (I noticed Korean listed when I scrolled down, for example), or a different SQL dialect such as Postgres.
The best thing about ADS is that you can create snippets. For example, suppose you want to select some data but can't remember the command. Type in the SQL prefix to see this:
ADS shows snippets for all of the main things you can do in SQL.
Now double-click on the option shown to get this:
-- Select rows from a Table or View '[TableOrViewName]' in schema '[dbo]'
SELECT * FROM [dbo].[TableOrViewName]
WHERE
-- add search conditions here
GO
I can see that this could be useful!
I like the code snippets in ADS, but wonder why Microsoft couldn't just have added them into Management Studio. I don't really see the point of releasing a separate application designed to mimic the functionality of an existing program, but with less features.
I'm not the first person to wonder this, as this Reddit thread shows. Azure Data Studio is - as far as I can see - a pale echo of an existing program which works perfectly well as it is. Microsoft's rationale is to create a lightweight (it only takes up about 400 mb) program for people who just write queries, which will run on any operating system, but it still feels like a project looking for a justification to me!
Some other pages relevant to the above blog include:
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.