Share via

Can I download SQL Express on Mac computer?

TG-9754 20 Reputation points
2024-03-19T03:56:51.2233333+00:00

Hello,

Can I download SQL Server on my Mac?

Thanks!

SQL Server | Other
0 comments No comments

Answer accepted by question author

  1. Sherif Khalaf 95 Reputation points
    2024-03-19T12:59:27.45+00:00

    Yes, you can download SQL Server on your Mac using Docker. Docker allows you to run SQL Server in a container on your Mac. You'll need to install Docker Desktop for Mac first, and then you can pull the SQL Server image from the Docker Hub and run it as a container.

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Nigel M 5 Reputation points
    2024-03-19T15:00:45.79+00:00

    Yes you can. So basically, SQL Server doesn't run directly on macOS so using Docker to run SQL Server in a container would be the best option.

    Nigel,

    Expert from sqlops.com

    1 person found this answer helpful.
    0 comments No comments

  2. TG-9754 20 Reputation points
    2024-03-19T21:41:12.38+00:00

    Thank you all for the quick answers. I will try downloading Docker.

    0 comments No comments

  3. Olaf Helper 47,616 Reputation points
    2024-03-19T13:02:48.37+00:00

    SQL Server is only supported on x64 processor architecure.

    Supported OS are Windows and Linux.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.