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

КОМЕНТАРІ • 20

  • @Chilunem
    @Chilunem 10 місяців тому

    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

  • @vijaybhaskar8947
    @vijaybhaskar8947 10 місяців тому

    Thanks you so much brother. Its very straight forward..

  • @lekhrajawasthi8272
    @lekhrajawasthi8272 9 місяців тому

    Thank you brother. subscriber added

  • @nousayba3fan552
    @nousayba3fan552 10 місяців тому +1

    thank's bro ❤❤❤❤

  • @wannaknowwhenitsover
    @wannaknowwhenitsover 13 днів тому

    hey i have a problem the restore button doesnt appear on my azure data studio what should i do???

  • @tanjina33
    @tanjina33 3 місяці тому

    Will this work on macbook air?

  • @thatpurna
    @thatpurna 9 місяців тому

    How to put Minimize tab in left side of screen?

  • @cesarosorio3733
    @cesarosorio3733 6 місяців тому

    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?

    • @techietutorial
      @techietutorial  6 місяців тому +1

      you need to use the same password which you have given while installing the SQL server. Also try to use user "sa" (small letter)

  • @sudarsanaraop7537
    @sudarsanaraop7537 Місяць тому

    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.

    • @techietutorial
      @techietutorial  Місяць тому

      we need to make sure Docker container is running. which version of MAC OS you are using?

  • @nguyethangn
    @nguyethangn 7 місяців тому

    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)

    • @techietutorial
      @techietutorial  7 місяців тому

      Is your docker container running? make sure the docker container is running and use localhost to connect database

  • @vishalmane3139
    @vishalmane3139 9 місяців тому

    stuatus is exited

    • @techietutorial
      @techietutorial  8 місяців тому

      are you running terminal with administrator mode? you can try below command to make terminal as admin.
      su "username"
      then enter password

    • @vishalmane3139
      @vishalmane3139 8 місяців тому

      @@techietutorial what is the username and password?

  • @faizaanashraf686
    @faizaanashraf686 Рік тому

    In my terminal it says (zsh: command not found: docker)what does it mean ?? how to fix this bro

    • @techietutorial
      @techietutorial  11 місяців тому

      Is this command working "docker --version"

    • @Chilunem
      @Chilunem 10 місяців тому

      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