Azure Data Studio

Microsoft new editor for SQL operations. Posted by Jacek Styrylski on December 1, 2018

For years if anyone would like to manage MS SQL database, or even view its data, the natural choice was to use for it Microsoft SQL Server Management Studio. This still is the most powerful MS SQL Server management tool, with vast capabilities.

ManagementStudioPic

Unfortunately, it is not as developer friendly as it could be. For several years developers around the globe started to use Visual Studio Code - very powerful open source IDE. Thousands of plugins, full integration with GIT and many, many more useful features makes it one of the most favorite IDE for a lot of developers.

Sensing this popularity Microsoft branched VS Code into Azure Data Studio.

Azure Data Studio

This tool allows us to connect to any MS SQL server, with very nice integration with Azure.

Summary of most useful features:

  • Query tool
  • Data editor
  • Explain
  • GIT integration
  • Extensions
  • Azure integration
  • Themes.

Unfortunately, for now, Azure Data Studio does not allow us to connect to Azure Cosmos DB, what could be expected from it. Also, it would be useful to have Azure Data Studio features brought by extension to Visual Studio Code, what is not the case.