How can we setup SQL Server in Mac?

If you have a Mac with the new Apple M1/M2 processors, you are SOL. Nothing will make SQL Server run on your Mac, because all versions of SQL Server require the x86 instruction set, and that only comes with Intel/AMD processors. If you absolutely need SQU Server specifically, get a cheap Windows laptop or desktop with an NVMe drive and at least 8Gb of RAM (preferably 16Gb if you are going to stress the DB), and use that.

If you have the ability/recognizance to run something a wee bit different than SQL Server on your non-Intel Mac, you might want to try Azure SQL Edge. Good luck.

/r/csharp Thread