Город МОСКОВСКИЙ
00:15:10

Install SQL Server in Mac M1 | Apple Macbook | Install SQL Server in Docker Mac

Аватар
JavaScript Инновация
Просмотры:
64
Дата загрузки:
29.11.2023 06:45
Длительность:
00:15:10
Категория:
Технологии и интернет

Описание

Hello Guys, in this video you will learn how to install SQL Server in Mac M1. This is going to be very useful video who trying to install Microsoft SQL Server in MacBook M1 based device. Install of SQL Server is really very easy in Mac OS with M1 base processor devices. It works really smooth with M1 Chip. Here we are using Azure Data Studio for accessing the database, it is having similar kind of user interface like SSMS.

Command to install and run SQL Server in docker:
docker run -e "ACCEPT_EULA=1" -e "MSSQL_SA_PASSWORD=MyPassword123#" -e "MSSQL_PID=Developer" -e "MSSQL_USER=SA" -p 1433:1433 -d --name=sql mcr.microsoft.com/azure-sql-edge


This video tutorial also relates to the following video:
- install sql server in docker Mac
- installing sql server in mac using docker
- sql server in Mac m1
- sql server in MacBook
- microsoft sql server in Mac
- mac sql server
- mac sql gui
- sql server installation Mac
- sql server management studio install Mac


SQL Server commands:
Create Table: -
CREATE TABLE Employee (
ID int NOT NULL,
LastName varchar(255) NOT NULL,
FirstName varchar(255),
Age int,
PRIMARY KEY (ID)
);


Insert data: -
Insert into Employee (LastName, FirstName, Age)
values ('Kumar', 'Rajhans', 23);

Select data: -
Select * from Employee;

Download Azure Data Studio:
https://learn.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio?view=sql-server-ver16

Go to this link to take the test to identify yourself.
https://oktests.com/

Like us on Facebook: https://www.facebook.com/oktests
Laptop Used for Creating the Video:
https://amzn.to/3yqeI8g

Best Laptops for Programming in the Market:
https://amzn.to/3dVUHP8
https://amzn.to/3dYMxp7
https://amzn.to/3i4e7mb
https://amzn.to/2TM8Ozm
https://amzn.to/3yCoTGU

Mic used for creating the video:
https://amzn.to/3whY9Ke

Best Mic for Recording:
https://amzn.to/3yCF2fe
https://amzn.to/3hnh6a3
https://amzn.to/3qVe1Rz
https://amzn.to/3hrpN34

Best Mic for YouTuber:
https://amzn.to/3hPq12R
https://amzn.to/3AJYjgD
https://amzn.to/2UAETtZ (Type - C Microphone)

Go to the below link to subscribe to our channel:
https://www.youtube.com/channel/UCkvHV0-_J9qiW2W_EICHd-w

Book for learning ASP.NET Core and Design Patterns:
https://amzn.to/2SHgN0i
https://amzn.to/3w26T72

Рекомендуемые видео