SQL Server Installation on Mac Apple Chip: Step-by-Step Tutorial for Beginners
Вставка
- Опубліковано 9 лис 2024
- In this comprehensive tutorial, we'll walk you through the process of installing Microsoft SQL Server in Mac Apple Chip from start to finish. Whether you're a beginner or need a refresher, we'll cover all the essential steps, including system requirements, edition selection, configuration options, and post-installation tasks. By the end of this video, you'll have a fully functional SQL Server instance up and running on your system.
Step 1: Pull Azure SQL Edge from docker
docker pull mcr.microsoft.com/azure-sql-edge
Step 2: Run docker container for SQL server in Mac
docker run -e "ACCEPT_EULA=1" -e "MSSQL_SA_PASSWORD=MyOwnDemo123Pwd" -e "MSSQL_PID=Developer" -e "MSSQL_USER=SA" -p 1433:1433 -d --name=sql_server mcr.microsoft.com/azure-sql-edge
Don't forget to like, subscribe, and hit the notification bell to stay updated with more SQL Server tutorials and tips
thanks man this helped so apparently I couldn't get the SQL Server into my docker because I had downloaded the wrong docker and signed in before I even had the code in the terminal
Thanks you so much brother. Its very straight forward..
Thank you brother. subscriber added
thank's bro ❤❤❤❤
hey i have a problem the restore button doesnt appear on my azure data studio what should i do???
Will this work on macbook air?
yes
How to put Minimize tab in left side of screen?
Hi bro, thanks for the video....
I have a problem, when I try to create the connection in Azure Data Studio after I click connect, I get this message (Login failed for user 'SA'.), but I check my password and it's OK.
could you please help me?
you need to use the same password which you have given while installing the SQL server. Also try to use user "sa" (small letter)
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server). I am getting this error.
we need to make sure Docker container is running. which version of MAC OS you are using?
Hi, do you know how to fix this error. Thank you
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 35 - An internal exception was caught)
Is your docker container running? make sure the docker container is running and use localhost to connect database
stuatus is exited
are you running terminal with administrator mode? you can try below command to make terminal as admin.
su "username"
then enter password
@@techietutorial what is the username and password?
In my terminal it says (zsh: command not found: docker)what does it mean ?? how to fix this bro
Is this command working "docker --version"
redownload the docker for the system you are using don't sign in yet and then run the code in terminal
this happened to me I resolved it after watching this video
watch the video again and do every step even if you have to redownload docker and azure studio