Anas Shamsi Asked: 2018-07-19 22:51:36 +0800 CST2018-07-19 22:51:36 +0800 CST 2018-07-19 22:51:36 +0800 CST Can I install SQL Server Management Studio on Ubuntu 16.04? 772 Can I install SQL Server Management Studio on Ubuntu 16.04? server mssql 4 Answers Voted Best Answer Rinzwind 2018-07-20T00:44:24+08:002018-07-20T00:44:24+08:00 No. You can use SQL Server Management Studio on Windows to manage SQL Server on Linux but the software itself needs Windows. The link from Microsoft does have a tip about a new tool that can: Tip If you do not have a Windows machine to run SSMS on, consider the new SQL Server Operations Studio. It provides a graphical tool for managing SQL Server and runs on both Linux and Windows. SQL Server Operations Studio is currently only available as a preview but does have a download to a DEB installer. Installation after downloading the deb: cd ~ sudo dpkg -i ./Downloads/sqlops-linux-<version string>.deb sqlops user2341923 2019-01-26T09:50:49+08:002019-01-26T09:50:49+08:00 You can use Visual Studio Code (from Linux, Windows, Mac) to connect to SQL Server. Here is a tutorial how to connect to SQL Server on Azure. H. Najafi 2020-06-04T06:26:28+08:002020-06-04T06:26:28+08:00 You can use Beekeeper Studio to manage multiple SQL databases. Beekeeper Studio user3784191 2021-03-13T15:39:23+08:002021-03-13T15:39:23+08:00 Microsoft renamed SQL Server Operations Studio to Azure Data Studio. You can read about it and download it on this Microsoft official website: https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio?view=sql-server-ver15
No. You can use SQL Server Management Studio on Windows to manage SQL Server on Linux but the software itself needs Windows. The link from Microsoft does have a tip about a new tool that can:
SQL Server Operations Studio is currently only available as a preview but does have a download to a DEB installer.
Installation after downloading the deb:
You can use Visual Studio Code (from Linux, Windows, Mac) to connect to SQL Server.
Here is a tutorial how to connect to SQL Server on Azure.
You can use Beekeeper Studio to manage multiple SQL databases. Beekeeper Studio
Microsoft renamed SQL Server Operations Studio to Azure Data Studio. You can read about it and download it on this Microsoft official website:
https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio?view=sql-server-ver15