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

  Рет қаралды 191,618

Data With Dominic

Data With Dominic

Жыл бұрын

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

Пікірлер: 805
@Alcaraz13
@Alcaraz13 6 ай бұрын
Hi Dominic! I'm starting my Data Analyst bootcamp and with this video you helped me in my first challenge (install SQL on my Mac). I saw a lot of videos and read many forums where the solution passed by installing a virtual machine, which is paid. Hopefully I came to here! Thanks a lot !🙏
@Miss_Khemmie
@Miss_Khemmie Жыл бұрын
I have been battling with this for months. This video is a life saver. It made it so easy. Thank you so much.
@tsitsimunemo1765
@tsitsimunemo1765 Жыл бұрын
The simplest way to install and very straightforward. Thank you!!!
@huysaysoui
@huysaysoui 3 ай бұрын
In my first attempt, it didn't work because I whether downloaded a wrong version instead of Apple Silicon one or I had written the password that wasn't complicated enough. Everything works!! Thank you
@kathyzhu9494
@kathyzhu9494 7 ай бұрын
Thank you so much! The information is very detailed and has been incredibly helpful. I encountered an issue with the "docker engine stopped" during the process, only to realize later that I had not yet upgraded my Mac. After completing the upgrade, all the other processes ran smoothly.
@VincenzoCappelluti
@VincenzoCappelluti Жыл бұрын
I spent a lot of days to find a effective guide. I finally found! Thank you so much!!!
@user-du9tx8hk7q
@user-du9tx8hk7q Жыл бұрын
..worked perfectly..I just switched to Mac M2 and this video totally helped...I'm very grateful.
@nizlopist
@nizlopist Жыл бұрын
Thanks Dominic, clear and straightforward explanation.
@RichardFarrell-et3hi
@RichardFarrell-et3hi Жыл бұрын
Thank you so much. Other guides doesn't work. I tried to install for hours until I found you!
@preetpatel4119
@preetpatel4119 Жыл бұрын
Amazing walkthrough bro loved the way you explain each step! WORKED FOR ME!
@MaHa63b
@MaHa63b Жыл бұрын
I want to thank you about excellent video. I got very much help when I configured MS SQL Server and Azure data Studio first time into M1 MacBook. Good Work!
@victorselvadorai6037
@victorselvadorai6037 Жыл бұрын
Thank you so much Dominic.. I am from finance background no knowledge on computers.. but wanted to learn SQL.. this video helped me to install the SQL with ease.. thank you so much.. wish you more success..
@rachelnavarro2897
@rachelnavarro2897 Жыл бұрын
I'm on the same boat as an Accountant, trying to install and learn SQL and other data bases to add to my resume. 😊
@sheelsanghvi2170
@sheelsanghvi2170 Жыл бұрын
I was facing some issues with getting docker images running with Mac M2. This video really helped. Thank you!!
@datawithdominic
@datawithdominic Жыл бұрын
Glad it helped!
@meskeremwondimu6548
@meskeremwondimu6548 Жыл бұрын
Thank you so much for making this video dear! Every step is very clear and works smoothly! God bless you!
@mohammedfaizal3577
@mohammedfaizal3577 Жыл бұрын
It really worked for me after I look and try some tutorials, yours is the one that worked. Owe you a lot.
@preetilazarus1653
@preetilazarus1653 Жыл бұрын
Thank you Dominic. This was super helpful. Fantastic job on breaking down the installation of sql server on mac !!
@ahmadberro7550
@ahmadberro7550 Жыл бұрын
Thank you soooo much. I've been getting loads of errors with other tutorials but this one worked perfectly
@Carmensitaaa01
@Carmensitaaa01 4 ай бұрын
For everyone with this error showing: " 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) ", you can fix it by deleting the container and creating another one by taking the exemple from the description of the video. This one worked for me..
@fasihussaini8554
@fasihussaini8554 4 ай бұрын
thank you so much. God bless you immensely
@Champaignepapi1
@Champaignepapi1 2 ай бұрын
not worked
@PraveenKumar-zi4vc
@PraveenKumar-zi4vc 2 ай бұрын
where is the container and how to create another ?? @Carmensitaaa01
@tutkuozdilek
@tutkuozdilek Ай бұрын
If deleting container and creating another one did not work for you, generate your password with numbers, uppercase letters, lowercase letters and symbols. This worked for me.
@theindiananalyst1903
@theindiananalyst1903 Жыл бұрын
Just wanted to thank you for the video. Finally after trying so long, I have been able to install it. Kudos for the work.
@itsahmedbasha
@itsahmedbasha 9 ай бұрын
Thanks for making this video. It really helped me to run SQL Server on my Mac M1 Air.
@prakashprakash7721
@prakashprakash7721 Жыл бұрын
Still working as of today! Thank you!
@Yateng
@Yateng Жыл бұрын
Thank you soooooooo much! So simple, straightforward forward AND works smoothly!👍
@DanielleLLove
@DanielleLLove 9 ай бұрын
i continue to experience errors...are you willing to share how you navigated?
@dom9882
@dom9882 8 ай бұрын
Excellent video! Been struggling to get SQL loaded onto my M1 for a long long time. Until now :)
@FlutterShipp
@FlutterShipp Жыл бұрын
This video is easy and straightforward, thanks a lot man.
@pras_._hant60
@pras_._hant60 Жыл бұрын
simplest and straight forward
@francescamagnoli2905
@francescamagnoli2905 11 ай бұрын
You're my hero!!!! thank you for a through and easy to follow video!!
@Brocollipy
@Brocollipy Жыл бұрын
Excellent! Thanks for making this video. Really helpful.
@iamyasinkaya
@iamyasinkaya 9 ай бұрын
Thanks, I was making mistakes in m1/M2 chips because I am a new macbook user, this video was very useful.
@alightedandsang
@alightedandsang Жыл бұрын
i watch so many videos and i can't install them but your video clip made it possible for me to install it. thanks for making such a useful video!
@carlo6195
@carlo6195 Жыл бұрын
Thanks, Dominic! Very helpful!
@gioabeleda3269
@gioabeleda3269 11 ай бұрын
Thanks! Helped a lot! Trying to learn SQL and the tutorials didnt talk about how to make things work for Apple Silicon!
@SUDHAKARSHARMA94
@SUDHAKARSHARMA94 Жыл бұрын
Thankyou! Lifesaver, been struggling for weeks
@AleksanderBabayev
@AleksanderBabayev Жыл бұрын
Great guide. Thank you very much!
@juliaguzheng
@juliaguzheng Жыл бұрын
Thank you Dominic! One little pitfall I noticed is that when running the command line (provided in video description), I had to replace double quote to single quote to get it work, not sure why, but I think is worth sharing, might help some of you who's having trouble.
@chrisjbeech1994
@chrisjbeech1994 10 ай бұрын
It wasn't working for me until I tried this - thank you!!
@mau5265
@mau5265 10 ай бұрын
thank you sososo much!
@iam_elgee
@iam_elgee 9 ай бұрын
Works for me too now. thanks
@vamsikrishgvk513
@vamsikrishgvk513 6 ай бұрын
Thanks! Faced the same issue and resolved with ur comment!
@adelajami8731
@adelajami8731 Жыл бұрын
Amazing and Clear, thx! All works fine, even the creating for a new database
@FlyEaglesFly514
@FlyEaglesFly514 Жыл бұрын
Thank you so much! finally got SQL in my Mac even with intel chip
@ylast3756
@ylast3756 Жыл бұрын
None of the tutorial found on google work. Primarily because of format issues. Yours, however, worked for me! Thank you Indian brother!
@kpopfandom28
@kpopfandom28 Жыл бұрын
i had some technical difficulties bc i am not that tech savvy lol but it worked!! thank you!
@hemanthsriram5017
@hemanthsriram5017 Жыл бұрын
Thanks Dominic, Very useful and helped me a lot by installing in the same way as you did .
@AndrewReeman_RemD
@AndrewReeman_RemD Жыл бұрын
Thank you so much for posting this. Very helpful!
@graceakambe4154
@graceakambe4154 8 ай бұрын
Thank you so much!! The video was really helpful!
@igohan_24
@igohan_24 11 ай бұрын
Thank you Dominic! your vid helped me out so much, I had to sub.
@muznimubarak4074
@muznimubarak4074 6 ай бұрын
Very very useful video! Thank you Dominic!!
@ammarmangala9814
@ammarmangala9814 8 ай бұрын
i'm finally able to connect my .net application to a database using this video. thank you so much!!!
@009freestyler
@009freestyler Жыл бұрын
Thanks for this video! Keep going 👍🏻👍🏻
@akhileshgoel339
@akhileshgoel339 10 ай бұрын
very nice !! and if you have any bug just close(cmd+Q) and reopen and re run the process
@zah2067
@zah2067 Жыл бұрын
thank you so muchh for this! setting up app not supported by Mac is such a pain in the ass. this saved the day!!
@BruceWilliams-mt9xt
@BruceWilliams-mt9xt Жыл бұрын
truly appreciated! Nice work!
@abdulhamidibrahim8350
@abdulhamidibrahim8350 Жыл бұрын
thank you this is simple and straight forward
@yaroslavtsybulskyi2635
@yaroslavtsybulskyi2635 Жыл бұрын
Thank you! It was really helpful
@jct8213
@jct8213 Жыл бұрын
Wow! Thank you so much. So simple and straight forward.
@nurpatshaseidakhmet9717
@nurpatshaseidakhmet9717 7 ай бұрын
did u install ? can u help me ?
@kellylewis5907
@kellylewis5907 11 ай бұрын
Great video, so helpful!!
@rownakalrashidsunan5980
@rownakalrashidsunan5980 8 ай бұрын
Thank you very much , simple instructions that I wanted. Subscribing your channel.❤️
@donovanrodriguez7580
@donovanrodriguez7580 11 ай бұрын
Ty so much, yesterday I spent all my night installing a VM for my sql server and it's not supported for windows 11, with this video you save me, ty
@kathleenwong5548
@kathleenwong5548 9 ай бұрын
OMG this video helps a lot!!! I have M2 Macbook and was giving me quite a tough time at the Azure connection step. If anyone ever encounter some connection error 35 like I do, please try put "localhost, 1433" and try again. If it kept saying that connection fail to login "username" please try remove the container and run command in terminal again removing all the " quotation marks. This whole set up process took me 5 hours today..... so much research.
@pralhadgautam
@pralhadgautam 5 ай бұрын
remove container from where and how? got error 35
@wintersol9921
@wintersol9921 5 ай бұрын
Thanks a lot, I was just about to give up, but I found your comment. These type of comments help a lot, and thanks for commenting it and helping others to solve their errors too.
@wintersol9921
@wintersol9921 5 ай бұрын
remove the container from docker, just go to docker, and click on containers, if status column is not running, remove it and basically do what the comment says@@pralhadgautam
@larissacabrera5210
@larissacabrera5210 4 ай бұрын
this solved it for me, thank you so much!
@matheusp2001
@matheusp2001 Жыл бұрын
Thank you so much! Just saved my life
@mymakiology
@mymakiology Жыл бұрын
Thank you so much!!!!!! I've been having problem connecting to the sql server and this solved it.
@danielopadiran
@danielopadiran 3 ай бұрын
please how exactly did you solve the issue, I am facing the same issue
@Littlestephy29
@Littlestephy29 7 ай бұрын
great video. finally worked for me. thanks!!!!
@christianmartinezgil722
@christianmartinezgil722 Жыл бұрын
Thanks, it was very useful.
@shisharon5503
@shisharon5503 8 ай бұрын
Thank you! It's helpful. The solution for the following error is to create a password at least 8 digits. '"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: Could not open a connection to SQL Server)"
@danielihe7014
@danielihe7014 8 ай бұрын
Hey, I'm having that issue right now at the moment, I made my password like 12 characters long but I still get the same error.
@diniolshop
@diniolshop Жыл бұрын
finally, i found it! u made my day!!!!!!! THANK YOUUUUUUUUU🤟
@jagadeeshb2645
@jagadeeshb2645 11 ай бұрын
Nice explanation!
@yevmnat
@yevmnat Жыл бұрын
Nice work! Thank you!
@MasoudPourhasan
@MasoudPourhasan 10 ай бұрын
Super useful, thank you very much!
@ilyamengel9862
@ilyamengel9862 9 ай бұрын
Great video. I spent two hours until I found your video.
@missloliipop
@missloliipop Жыл бұрын
I got this to work appreciate it much!!
@vazirayusupova1218
@vazirayusupova1218 Жыл бұрын
thank you thank you thank you!! after spending 3 hours finally found a video that worked!
@datawithdominic
@datawithdominic Жыл бұрын
Glad I could help
@moussaberthe4108
@moussaberthe4108 11 ай бұрын
Perfect. It's also work on MacOS Intel chips
@mrasoft7184
@mrasoft7184 Жыл бұрын
Well explained, thanks. Regarding the central memory of your Mac (Mini or MacBook or iMac or...). Will 16 GB central memory be sufficient for using Docker and Azure Data Studio ?
@user-ls5wq6ls3u
@user-ls5wq6ls3u Жыл бұрын
thank you so much for step by step procedure
@mattconway7910
@mattconway7910 4 ай бұрын
Worked great, but one thing to add is that you have to go into advanced settings when starting the connections for the first time and set your port to 1433 which is what the terminal code that is programmed to grab. Hopefully that helps someone as it took me about 45 minutes of troubleshooting to realize.
@chibuzorwilliams1026
@chibuzorwilliams1026 3 ай бұрын
Thanks, worked for me!
@Ovr.gt.
@Ovr.gt. Жыл бұрын
Thank you very much for the video, it has been very useful to me.
@rvscootin3457
@rvscootin3457 Жыл бұрын
I had a few issues with the command(s) in terminal, but I got it working - Thanks!
@victoridiodemise7918
@victoridiodemise7918 Жыл бұрын
please what did you do differently?
@Rakuz
@Rakuz 26 күн бұрын
??
@julianoviedo
@julianoviedo Жыл бұрын
Hello Dominic. Thanks for the video. Amazing job.
@alexgeld7173
@alexgeld7173 Жыл бұрын
Thanks so much mate. You must show us the way (if there is one) of how to get PowerBI on our M1/2 Macs :)
@samratrai1530
@samratrai1530 Жыл бұрын
thanks a lot man really helped me out cheers man
@meganschlebecker9347
@meganschlebecker9347 Жыл бұрын
Thank you!!! I was stuck all day yesterday trying to figure this out, this is incredibly helpful!!
@Galacticgospel.
@Galacticgospel. Жыл бұрын
can you help me with the last step for some reason it won't let me connect to the server
@wissaagunoy6307
@wissaagunoy6307 Жыл бұрын
Yess same
@rachelnavarro2897
@rachelnavarro2897 Жыл бұрын
​@@Galacticgospel. same. I think my problem is that i did change the ID from SA but then I noticed that he has the same SA in 2 different locations so now I may need to re-do that section again but not sure how that can be done, if i just need to copy it again and this time not changing anything only the password that i created. Were you able to work on your error?
@Galacticgospel.
@Galacticgospel. Жыл бұрын
@@rachelnavarro2897 not really but i did find a page that lets me practice sql for free
@rachelnavarro2897
@rachelnavarro2897 Жыл бұрын
@@Galacticgospel. ah que bien. me la pasas please? estoy aquí tratando de arreglar mi issue aun. Creo q es el ID q yo lo cambie a otro pero veo q cuando lo copy and paste solo cambie en un lado y en otro se quedo como SA aun.
@JanBrinkmann
@JanBrinkmann 5 ай бұрын
That really helped me. Thanks!
@gerardoricor
@gerardoricor Жыл бұрын
Thank you! That help me a lot!
@ellashurhavetsky9648
@ellashurhavetsky9648 11 ай бұрын
thank you so much, this is the only way it worked!
@andreykositskiy649
@andreykositskiy649 Жыл бұрын
Thank you!! you help a lot
@mahkhi7154
@mahkhi7154 Жыл бұрын
We Can Also Reverse Engineer Azure Edge (SQL Server subset). There's Docker images for Intel x86 and Apple ARM chips. So, Support for Undocumented SQL statements.
@bollamani
@bollamani Жыл бұрын
Thanks Dominic, This video helps a lot
@diegobarreto4995
@diegobarreto4995 Жыл бұрын
it works perfect!!! Thank you so much!!!
@Pabloum7
@Pabloum7 Жыл бұрын
Thank you very much. This was very useful :) you saved me
@MenziManqele
@MenziManqele Жыл бұрын
Super easy and simple thanks mate :-)
@malikkngn
@malikkngn Жыл бұрын
Dominic thank you so much incredible tutorial video
@hamzaaltaee2895
@hamzaaltaee2895 Жыл бұрын
Thanks , your work is amazing and very useful for me
@mrsaif7310
@mrsaif7310 7 ай бұрын
thank you so much brother with the help of this video I can use sql ..
@jasprice
@jasprice 9 ай бұрын
That was perfect, thank you!
@yogagurl947
@yogagurl947 Жыл бұрын
very helpful, thank you!
@mxlodyk
@mxlodyk 11 ай бұрын
Thank you so much for this video!
@juanmoctezuma9225
@juanmoctezuma9225 Жыл бұрын
Hi Dominic - Great video and super useful - it helped me out setting sql up! Although for setting the SA_PASSWORD when connecting docker with azure..., please make a note for the future that the password must be at least 8 characters long and contain characters from three of the following four sets: Uppercase letters, Lowercase letters, Base 10 digits, and Symbols... I ran into this issue and I'm sure (based on the comments) that plenty of folks had the same problem too - I hope this helps - cheers
@datawithdominic
@datawithdominic Жыл бұрын
Glad it helped!
@daisyzongo6978
@daisyzongo6978 Жыл бұрын
Hello I going through the same issue but since the password has been put already in the query and running where exactly should I change it for it to work in the data azure studio while making the connection. I keep getting errors with the initial password in the query. If someone can help please
@e.a3813
@e.a3813 Жыл бұрын
Dude, you are a lifesaver thank you so much... You too Dominic !
@eirikureiriksson5035
@eirikureiriksson5035 Жыл бұрын
@@daisyzongo6978 Are you still having this trouble ?
@bekasiordia2568
@bekasiordia2568 Жыл бұрын
@@eirikureiriksson5035 I have it, how to change the password ?
@ronnysalazar6166
@ronnysalazar6166 Жыл бұрын
Thank You!!! Cheers from Honduras 🇭🇳 🙏🏼
@datawithdominic
@datawithdominic Жыл бұрын
You're welcome!
@unbr3akable688
@unbr3akable688 4 ай бұрын
"A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 35 - An internal exception was caught)" I get this error on the last step. So close yet so far Fixed. Works! Thank you!
@noyes6007
@noyes6007 4 ай бұрын
can you say how you fixed it please
@user-bq4xp7dq3p
@user-bq4xp7dq3p 4 ай бұрын
@@noyes6007 Yes please
@bibinkunjumon
@bibinkunjumon 11 ай бұрын
Thanks broi..stratghtforward. I installed in Mac m1 today
@jannyjudeikeh940
@jannyjudeikeh940 Жыл бұрын
Hi Dominic- please I was stuck at the place where you said I should copy the code and run it in the terminal. Please I don't have a terminal on my laptop as I am new in this. What terminal do you suggest I download?
@berbagi.konten
@berbagi.konten 7 ай бұрын
Thxuu is worked on MBP 2019 !!
@prashantgupta7756
@prashantgupta7756 5 ай бұрын
Works like a charm thanks fr the post
@charalamposkatsoukis8694
@charalamposkatsoukis8694 2 ай бұрын
really good video and good comments too. I might add that if the azure cannot connect and throws this error --- " 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) "---- than you probably didn't start the docker. go to docker then to the containers tab and on the proper container (for me it is called sql) just press start. and now try to connect again. everything should be fine! A lot of the problems that someone could face during the procedure are already solved down on the comments' session !
@cathyordinola5816
@cathyordinola5816 Ай бұрын
I am currently having this problem but also I don't know what to put as the username... I am a bit confused
@charalamposkatsoukis8694
@charalamposkatsoukis8694 Ай бұрын
@@cathyordinola5816 you don’t need to change the username. Just let it as it is . Just put a strong password cause otherwise it might not work(did not have that issue personally but some others do refer to this problem).
How To Install SQL Server on Mac (M1 | M2 | M3) (2024)
16:51
ProgrammingKnowledge
Рет қаралды 34 М.
Installing MySQL Database On MacOS | Install the Right Way Step By Step Guide
12:13
EmbarkX | Learn Programming
Рет қаралды 26 М.
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
Пробую самое сладкое вещество во Вселенной
00:41
HOW DID HE WIN? 😱
00:33
Topper Guild
Рет қаралды 36 МЛН
How I use SQL as a Data Analyst
15:30
Luke Barousse
Рет қаралды 808 М.
Mac vs PC for Data Science (SPOILER: Don't get a Mac...)
9:36
Luke Barousse
Рет қаралды 200 М.
Apple Silicon and .Net Devs BIGGEST struggle, SOLVED!
14:29
Alex Ziskind
Рет қаралды 26 М.
Run Microsoft SQL Server on a Mac (M1/M2)
6:51
Learning and Technology with Frank
Рет қаралды 43 М.
One doesn’t simply install SQL Server
12:36
Alex Ziskind
Рет қаралды 18 М.
How to install Windows 11 on Mac M1/M2 Processors for Free (UTM)
16:20
Run SQL Server on M1/M2 Macbook
10:46
ScriptBytes
Рет қаралды 29 М.
SQL Tutorial for Beginners
44:57
Kevin Stratvert
Рет қаралды 2 МЛН
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27