I know Microsoft SQL Server 2016 can run on macOS in a Docker container. But does can Microsoft SQL Server Management Studio run on macOS?
Yes, you can restore a SQL backup file (.bak) created on Windows! You can start by creating a backup of your existing database using SQL Server Management Studio running on your Windows PC/Server. In Microsoft SQL Server Management Studio, right-click Databases, and click Restore Database. In the Source for restore section, select From Device, and click the browse button. Click Add in the Specify Backup window.
SQLPro for MSSQL is the Premier application for editing and viewing SQL Server databases on mac os x. A SQL Server GUI for your Mac – SQL Operations Studio (SQLOPS) SQL Operations Studio (SQLOPS) is a free GUI management tool that you can use to manage SQL Server on your Mac. You can use it to create and manage databases, write queries, backup and restore databases, and more. SQL Operations Studio is a free, light-weight tool for modern database development and operations for SQL Server on Windows, Linux and Docker, Azure SQL Database and Azure SQL Data Warehouse on Windows, Mac or Linux machines. VS Code, Visual Studio, and Operations Studio now run natively on the Mac, so that can work for you too in some scenarios. It all depends on whether you expect SQL Server to actually run on macOS, or if you just want to do most of your work there. There is not, but as of November SQL Operations Studio is in public preview and runs on Mac. It's not a replacement for SSMS but rather is aimed at developers for writing, testing, and executing code.
urigurigApparently the answer is no.
Microsoft SQL Server Management Studio can only run on Windows operating systems at this time: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms#supported-operating-systems.
urigurig