: Open your terminal and pull the latest SQL Server 2022 image: docker pull ://microsoft.com
: SQL Server Management Studio (SSMS) remains Windows-only. Azure Data Studio covers 90% of use cases, but complex DBA tasks like deep Profiler traces still require SSMS.
: A powerful universal database tool. It is open-source and handles almost every database type, making it great if you work with both SQL Server and PostgreSQL or MySQL.
: These components are not included in the Linux Docker container and cannot run natively on Mac.
Since there is no "sqlserver.exe" for macOS, the standard way to run the engine is through Docker. Microsoft provides official Linux-based Docker images that run seamlessly on both Intel and Apple Silicon (M1/M2/M3) chips.