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

  Рет қаралды 38,055

localhost

localhost

Күн бұрын

Пікірлер: 115
@localhostok
@localhostok Жыл бұрын
Please subscribe my channel: kzbin.info/door/kvHV0-_J9qiW2W_EICHd-w
@jawwadrezanoor913
@jawwadrezanoor913 2 жыл бұрын
Thank you. Spent days trying to install mssql watching/reading other tutorials/guides without success and finally this one worked
@carpedieme5904
@carpedieme5904 Жыл бұрын
why did we need docker if it all works in azure data studio?
@localhostok
@localhostok Жыл бұрын
Azure data studio is client to access the SQL server database while database is installed inside docker.
@Clareau
@Clareau 2 жыл бұрын
Great video but I am getting this error when I try to connect with Azure.... (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)...I'm not sure what to do because I followed your steps
@localhostok
@localhostok 2 жыл бұрын
I think you need to check servername or instance name and port number, also you need to check the credentials
@MR-gp4zp
@MR-gp4zp 2 жыл бұрын
Thank you very much for your help. I could install very easily following your steps .. Very good video 🙂🙂🙂🙂🙂🙂🙂🙂
@jerrycaleb8035
@jerrycaleb8035 2 жыл бұрын
Working perfectly for Mac M1
@waywaller2630
@waywaller2630 2 жыл бұрын
Great video. This one got me over the hump. A million thanks!
@maameekuasackey8991
@maameekuasackey8991 Жыл бұрын
Finally something that works. Thank you sooo much.
@localhostok
@localhostok Жыл бұрын
You're welcome!
@mars694
@mars694 2 жыл бұрын
THANK YOU very much for your help, this video is very easy to understand and it works
@localhostok
@localhostok 2 жыл бұрын
Glad to hear that
@NiharikaNandal
@NiharikaNandal Жыл бұрын
Hi I have been trying to download SQL on my Mac OS and your has really helped me out but likewise I have tried with various means and still can't get through it. Everything was going really fine when I downloaded Azure there as an error which came on the screen stating "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 would really request you to kindly help me out as I need to download all my setups asap. Thank You.
@localhostok
@localhostok Жыл бұрын
I think you are using the wrong credentials.
@data_craft
@data_craft Жыл бұрын
same is with me. it shows : A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 0 - 38852451
@rachelnavarro2897
@rachelnavarro2897 Жыл бұрын
I have the same problem. 😭 Nobody has been able to answer how do we get that d Fixed, how to go back to correct it.
@rachelnavarro2897
@rachelnavarro2897 Жыл бұрын
​@@localhostok okay I don't have that as my problem and still get that same error, how do we go back and fix that issue? Are there any steps to follow and where do we start? Thanks
@NiharikaNandal
@NiharikaNandal Жыл бұрын
And if want to know why this suggested video didn’t work out for me then you can email me and I ll help you further. Thanks
@nikhilkumarsampath7938
@nikhilkumarsampath7938 Жыл бұрын
@Laughing Technologies The DDL Insert Command provided is wrong, the primary key attribute ID is not having any value nor it has been set to AUTO-INCREMENT, so you need to have some value there, I hope this was just a mistake and just posting here so that others who are beginners don't get confused.
@黒田優希-t5w
@黒田優希-t5w Жыл бұрын
When I connect with Azure Deta Studio 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) Login failed for user 'sa'. do you know how to solve this
@amirkamalov4210
@amirkamalov4210 Жыл бұрын
change on correct password - MyPassword123# you can view the password in the terminal
@Bolamoni
@Bolamoni 2 жыл бұрын
Thank-you @ingTechnologiesOkTestscom, I saw more then 10 videos it was not helpfull enough but after your video it solved my problem to install SQL Server in my new MacBook Pro. once again THANK YOU 😊
@shristimalla3817
@shristimalla3817 2 жыл бұрын
Hey how did you get that user name and password from terminal ? So that you can use that in azure studio please explain
@Bolamoni
@Bolamoni 2 жыл бұрын
@@shristimalla3817 ( 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 ) just copy & paste it in terminal to install MS SQL. In this above link u can observer ' MSSQL_USER=SA ' as user name, were u can change it to any thing and Password as ' MyPassword123# ' this can also be changed to ur choice.
@financialanalyst4984
@financialanalyst4984 2 жыл бұрын
Thank you mate! It works
@theo3018
@theo3018 2 жыл бұрын
Azure SQL Edge has very limited supported features
@huizapro8552
@huizapro8552 Жыл бұрын
nice. btw, how to run localhost system ?
@soyangelacrespo
@soyangelacrespo Жыл бұрын
Thanks!! 😊
@santiagdc5731
@santiagdc5731 Жыл бұрын
Great video! Blessings 🙏
@langtuyetvuanh1999
@langtuyetvuanh1999 2 жыл бұрын
I got this error when trying to insert a record "Common Language Runtime(CLR) is not enabled on this instance". can you help to resolve? T_T
@localhostok
@localhostok 2 жыл бұрын
You can see this Microsoft URL, and try executing the given SQL Query. learn.microsoft.com/en-us/sql/relational-databases/clr-integration/clr-integration-enabling?view=sql-server-ver16
@langtuyetvuanh1999
@langtuyetvuanh1999 2 жыл бұрын
@@localhostok Thank you for reply. I've tried some solutions including that one, but none of them work, I just wonder why you can just pull and run the image and execute the insert statement T_T, and I got this error.
@atu12341
@atu12341 2 жыл бұрын
Excellent video, thanks for all!!!
@localhostok
@localhostok 2 жыл бұрын
Our pleasure!
@sashahoriunova7355
@sashahoriunova7355 Жыл бұрын
Thank you very much ❤❤❤
@lujanfreije7392
@lujanfreije7392 2 жыл бұрын
Do you know how can I do it for mac 10.13? because the docker available in the website you said is only for 10.15 or newer. Thank you!
@localhostok
@localhostok 2 жыл бұрын
When you will go to download page for docker, you need to download Docker with Intel chip. You can go to this link to docker for Intel chip. docs.docker.com/desktop/mac/install/
@RobbMPeterson
@RobbMPeterson 2 жыл бұрын
HELP, please. I;m stuck at 9:35. Attempted to create a connection on Azure Data Studio. Entered localhost as Server name, entered my User Name and Password, clicked on Connect, and got message, "Login failed for user," and then correctly showed my login name.
@localhostok
@localhostok 2 жыл бұрын
Maybe you can try reinstalling the SQL server again
@shristimalla3817
@shristimalla3817 2 жыл бұрын
How did you get that user name and password that you can put in azure data studio please explain ??
@localhostok
@localhostok 2 жыл бұрын
You can find the username and password we are passing in command. You can find that command in the video description. MSSQL_SA_PASSWORD for password and MSSQL_USER for user for ex SA is username in the command.
@rishabhkaushik2468
@rishabhkaushik2468 Жыл бұрын
This really helped thanks
@localhostok
@localhostok Жыл бұрын
Glad to hear it!
@nemesisprime1412
@nemesisprime1412 2 жыл бұрын
Thank You so much.
@AruLcomments
@AruLcomments Жыл бұрын
Can we use the same for ipad Air 5th gen. I need to install MS sql in Ipad
@localhostok
@localhostok Жыл бұрын
in iPad, there is iOS operating system, it for Mac OS. I am not sure you can try.
@charlotteharrison500
@charlotteharrison500 2 жыл бұрын
Good video, but when I attempt to make a connection in Azure it responds with "Login failed for user 'SA'.", despite entering the correct password and username. Has anyone experienced this?
@thomasduckworth8572
@thomasduckworth8572 2 жыл бұрын
Did you ever figure it out? I'm messing with it now.
@TiagoSilva28
@TiagoSilva28 2 жыл бұрын
Yes, you can't copy -> paste the password, you have to write it.
@pulakkabir2276
@pulakkabir2276 2 жыл бұрын
how did u bring upbeat Mayer and sql mcr in container?
@lucas.pessoa23
@lucas.pessoa23 Жыл бұрын
How to learn SQL after that ? Please, I need to learn SQL and I only have a Mac book
@localhostok
@localhostok 9 ай бұрын
You can learn from any free SQL tutorial websites out there in market, and try executing the SQL queries in you local machine. It will help you quickly learn SQL free of cost.
@putthetrust
@putthetrust 2 жыл бұрын
Thank you
@leonardoalfieri7049
@leonardoalfieri7049 2 жыл бұрын
Thank you very much!!
@localhostok
@localhostok 2 жыл бұрын
You're welcome!
@pulakkabir2276
@pulakkabir2276 2 жыл бұрын
didn't understand at 7:50
@BG-bm8hy
@BG-bm8hy 2 жыл бұрын
docker container doesn't run on my Mac could you help me ?
@localhostok
@localhostok 2 жыл бұрын
Maybe you can try restarting your Mac and check. Can you also write the error message what you are getting?
@murdoc7887
@murdoc7887 Жыл бұрын
couldnt find the Azure Data Studio page , can you link it up
@localhostok
@localhostok Жыл бұрын
I have added Azure data studio download link in video description.
@AscensionProject8
@AscensionProject8 2 жыл бұрын
Great video... but you gotta check those emails Bub!
@pulakkabir2276
@pulakkabir2276 2 жыл бұрын
don't understand from 8:15
@larrythecoderguy9560
@larrythecoderguy9560 2 жыл бұрын
just what I needed! ok :)
@localhostok
@localhostok 2 жыл бұрын
Glad I could help!
@dobledd1000
@dobledd1000 2 жыл бұрын
The Sql Server is running while Azure Data Studio is open? or do I need to stop Sql Server to stop cpsmuming resources?
@localhostok
@localhostok 2 жыл бұрын
You need not to close SQL server
@snehalsalunke3003
@snehalsalunke3003 2 жыл бұрын
hi i got error at the time of connection can you help me. installation are done password is wrong this msg is showing.
@localhostok
@localhostok 2 жыл бұрын
Please check the password what you have entered in SQL installation command.
@ahsanali580
@ahsanali580 2 жыл бұрын
Please make a crud app with angular with this Db
@localhostok
@localhostok 2 жыл бұрын
Sure, I will try to do that 👍
@rishavraj7511
@rishavraj7511 2 жыл бұрын
i have database file in .bak format
@sBold-xm8oz
@sBold-xm8oz Жыл бұрын
hi it dont work, docker cant run my image how fix it? it shows ! arm64
@localhostok
@localhostok Жыл бұрын
Whats the error you are getting
@sBold-xm8oz
@sBold-xm8oz Жыл бұрын
@@localhostok image dont run in docker
@rishavraj7511
@rishavraj7511 2 жыл бұрын
how do i import .bak file on azure data studio?
@localhostok
@localhostok 2 жыл бұрын
I haven't exactly done it, but you can follow this link learn.microsoft.com/en-us/sql/azure-data-studio/tutorial-backup-restore-sql-server
@travelforlife7227
@travelforlife7227 2 жыл бұрын
Please share the table command as well 12:25
@localhostok
@localhostok 2 жыл бұрын
Added the table commands in the video description. Thanks for letting me know.
@NeelimaReddy-nx7ip
@NeelimaReddy-nx7ip Жыл бұрын
am unable to find SA local host
@localhostok
@localhostok Жыл бұрын
Can you describe more about error? Looks like you have something else as user name at place of sa
@amirkamalov4210
@amirkamalov4210 Жыл бұрын
change on correct password - MyPassword123# you can view the password in the terminal
@pulakkabir2276
@pulakkabir2276 2 жыл бұрын
how to install azure sql edge?
@localhostok
@localhostok 2 жыл бұрын
You can check command to install SQL in description
@bhaanumathangi586
@bhaanumathangi586 2 жыл бұрын
Incomplete information Skipped SQL commands
@localhostok
@localhostok 2 жыл бұрын
Commands are mentioned in the description, you can get it from there. That should work
@동복이-e1n
@동복이-e1n 2 жыл бұрын
Please don't use ! in password when you download SQL Server
@catamayne2409
@catamayne2409 2 жыл бұрын
I LOVE YOU, YOU SAFE MY LIFE
@AbolTabol_Kitchen
@AbolTabol_Kitchen 2 жыл бұрын
Command to install SQL server in docker changed here is the new one:
@lifeofdapo2927
@lifeofdapo2927 2 жыл бұрын
what's It
@bluhz
@bluhz 2 жыл бұрын
the one in the description worked for me tho
@ea8352
@ea8352 2 жыл бұрын
Where is it?
@bluhz
@bluhz 2 жыл бұрын
@@ea8352 do you not see it in the description?
@fitrifathil2075
@fitrifathil2075 2 жыл бұрын
Is all this free?
@localhostok
@localhostok 2 жыл бұрын
Yes, it's completely free
@abdurrahmanduran1421
@abdurrahmanduran1421 2 жыл бұрын
You explain incredibly badly, you switch at 5.38 minutes. You don't show what you uploaded and what commands you gave.
@localhostok
@localhostok 2 жыл бұрын
You can check the command in video description. You need not to use that command mentioned at 5:38.
@bhaanumathangi586
@bhaanumathangi586 2 жыл бұрын
Yes incomplete info
@kriptofinans2864
@kriptofinans2864 Жыл бұрын
boş yapma lan
@dqfans3364
@dqfans3364 2 жыл бұрын
rey mental u skipped or the viseo i think where is the middle one
@finanzasolutions4893
@finanzasolutions4893 Жыл бұрын
Unecessary kitna confusion create kiya hai bhai....
@lucas.pessoa23
@lucas.pessoa23 Жыл бұрын
This is free?
@localhostok
@localhostok 9 ай бұрын
Yes
@mohammedqureshi8851
@mohammedqureshi8851 2 жыл бұрын
Are you sure, you know how to use SQL on M1, its seem you are talking shit after 8:10, I would request if you don't know so why you guys upload the videos
@localhostok
@localhostok 2 жыл бұрын
Thankyou for your suggestion, i will try to create detailed video. But if you didn't understand anything then you can let me know your questions
@rdatla1632
@rdatla1632 2 жыл бұрын
no use
@arcane_ambiance
@arcane_ambiance Жыл бұрын
I kept getting an error but here is the video that helped me trouble shoot and filled in the gaps: kzbin.info/www/bejne/gGWwmH2ug7-seLc Hope this helps!
@psycl0ptic
@psycl0ptic 2 жыл бұрын
are you making he video in a public bathroom?
@localhostok
@localhostok Жыл бұрын
not in the bathroom 😀, there might be some surrounding sounds in this video, but I guess those sounds are very less and it is not creating problem in understand the concept.
@toopo111
@toopo111 2 жыл бұрын
Thank you
@localhostok
@localhostok 2 жыл бұрын
You're welcome
Run SQL Server on M1/M2 Macbook
10:46
ScriptBytes
Рет қаралды 30 М.
Worst flight ever
00:55
Adam W
Рет қаралды 40 МЛН
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 126 МЛН
Macbook'a SQL Server Yüklemek - Docker Kullanarak!!
13:12
Machineiva
Рет қаралды 27 М.
Why You Should NEVER Use These Apps On Your Mac...
12:51
Created Tech
Рет қаралды 1 МЛН
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 136 М.
How To Install SQL Server on Mac (M1 | M2 | M3) (2024)
16:51
ProgrammingKnowledge
Рет қаралды 62 М.
Apple Silicon and .Net Devs BIGGEST struggle, SOLVED!
14:29
Alex Ziskind
Рет қаралды 30 М.
How are holograms possible? | Optics puzzles 5
46:24
3Blue1Brown
Рет қаралды 342 М.
How to install MSSQL Server on Mac using Docker
8:40
Kavitha Anchuri
Рет қаралды 29 М.
How To Setup New M2 MacBook The RIGHT Way
14:22
Chris Tomshack
Рет қаралды 424 М.
How to install SQL Server on Mac [Updated 2022] - Step by Step guide
21:22
Valuetech Academy
Рет қаралды 174 М.
Evolution of the Samsung Galaxy
0:50
ios_aesthetics
Рет қаралды 7 МЛН
Где купить колонку Алиса в ОАЭ или США ?
0:17
Electronics_latvia
Рет қаралды 4,1 МЛН
Выпрыгивает ли аккумулятор в iPhone 16?
0:43
ÉЖИ АКСЁНОВ
Рет қаралды 3,8 МЛН
Самые крутые школьные гаджеты
0:46
veloloh
Рет қаралды 1,3 МЛН