Share via

Dose SQL Server works on Snapdragon Arm Laptop

Mudassir Ahmed 105 Reputation points
2026-01-18T07:52:19.76+00:00

Dose SQL Server works on Snapdragon Arm based Laptop. if yes how to run on arm based Snapdragon Laptop

SQL Server | SQL Server Transact-SQL
0 comments No comments

Answer accepted by question author

Bruce (SqlWork.com) 84,251 Reputation points
2026-01-18T17:25:15.8+00:00

Windows arm now supports x64 docker images (docker option). You can try installing docker and pull the SQLServer image and running it. Performance may not be the best. If older sql server is ok, you can pull the arm version of azure sql edge.

Was this answer helpful?


Answer accepted by question author

AI answer

2026-01-18T07:52:26.3833333+00:00

SQL Server does not run natively on ARM devices, including those powered by Snapdragon processors. While some users have reported limited success with LocalDB under the Prism emulation, it is not a full replacement for SQL Server. Additionally, you can use Azure SQL Edge, which is an ARM64 Docker image, but this is not the same as running SQL Server directly on the device. For SQL Server development, it is recommended to use a Windows Intel machine or a Mac instead.


References:

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

Answer recommended by moderator

Erland Sommarskog 135.1K Reputation points MVP Volunteer Moderator
2026-01-18T11:02:21.67+00:00

No, SQL Server does not run on ARM.

That said, there is some x64 emulation which may help. I've seen some people who have been able to install LocalDB on Surface with Snapdragon. But that is specifically LocalDB, and no other edition, including a full Express Edition.

So you could give LocalDB a try, but if it doesn't work, don't spend a lot of time on it.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

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.