How To Install SQL Server on Mac M1 & M2 | Latest for 2022

Описание к видео How To Install SQL Server on Mac M1 & M2 | Latest for 2022

How to Install SQL Server and SQL Server Management Studio on Your Mac with M1 & M2 Apple Chip. With IDE. Latest for 2022 (MacOS Monterey). Step by Step Guide.


Docker Run Command :

docker run -e "ACCEPT_EULA=1" -e "MSSQL_SA_PASSWORD={password}" -e "MSSQL_PID=Developer" -e "MSSQL_USER=SA" -p 1433:1433 -d --name=sql mcr.microsoft.com/azure-sql-edge

(Change the password inside the curly braces {} and don't include the curly braces when you run the command.)

Example :

docker run -e "ACCEPT_EULA=1" -e "MSSQL_SA_PASSWORD=Password123" -e "MSSQL_PID=Developer" -e "MSSQL_USER=SA" -p 1433:1433 -d --name=sql mcr.microsoft.com/azure-sql-edge

Keywords :
Install SQL server on mac
Install SQL Server Management Studio on mac
Install SSMS on mac
Install SQL server on mac m1 m2
Install SQL Server Management Studio on mac m1 m2
Install SSMS on mac m1 m2
Install SQL server on mac azure
Install SQL server on mac 2021
SQL server

#mac #macbook #sql #sqlserver

Комментарии

Информация по комментариям в разработке