How to install ms sql server on Windows 11 arm?

Shirase 76 Reputation points
2023-10-30T08:29:45.66+00:00

Hi all,

I have a macbook so I installed Parallels and Windows 11 pro (arm). But I have a problem to install MS SQL Server on it. It seems to be imposible. Can you help me with this?

Thanks a lot.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,998 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,898 questions
{count} vote

6 answers

Sort by: Most helpful
  1. Ayanda Mkhize 5 Reputation points
    2024-08-17T15:03:19.8266667+00:00

    I am planning on my next Laptop Upgrade to procure one the new x Elite Processor which run these new ARM CPU architecture the good news is that our ERP is running on X64 CPU architecture via SQL Server since currently SQL is not Arm compatible.

    |Processor|Qualcomm Snapdragon X Elite 12-core
    Qualcomm Snapdragon X Plus 10-core| | -------- | -------- | |Processor|Qualcomm Snapdragon X Elite 12-core Qualcomm Snapdragon X Plus 10-core|

    1 person found this answer helpful.
    0 comments No comments

  2. Erland Sommarskog 112.7K Reputation points MVP
    2023-10-30T22:43:13.7233333+00:00

    Yes, that is difficult, since SQL Server does not run on ARM.

    You can look at this old thread and the answer from Randolf West: https://learn.microsoft.com/en-us/answers/questions/1298316/sql-server-2022-database-engine-services-failde?comment=answer-1266245&page=2#answers


  3. LiHongMSFT-4306 28,041 Reputation points
    2023-10-31T03:17:05.36+00:00

    Hi @Shirase

    Not able to have a test on Windows 11 pro (arm) on MacBook.

    If you are interested in install sql server on MacBook, here is some links that might help:

    https://builtin.com/software-engineering-perspectives/sql-server-management-studio-mac

    https://phoenixnap.com/kb/install-sql-server-macos

    Best regards,

    Cosmog Hong

    0 comments No comments

  4. Bruce (SqlWork.com) 66,706 Reputation points
    2023-10-31T15:42:19.1266667+00:00

    Azure edge dropped support of arm. You can run an old docker image:

    https://hub.docker.com/r/cagrin/azure-sql-edge-arm64

    you best bet is a using azure cloud services, or a new database provider.

    see

    https://www.sqlite.org/index.html

    https://www.postgresql.org

    ef options

    https://learn.microsoft.com/en-us/ef/core/providers/?tabs=dotnet-core-cli


  5. Bruce (SqlWork.com) 66,706 Reputation points
    2024-07-26T15:39:27.2633333+00:00

    This is old thread that has come back up.

    since this thread, docker on arm Mac’s has added support for intel images, so you can run the standard Sqlserver image on arm Macs. Still no solution for arm windows.

    0 comments No comments

Your answer

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