Quantcast
Viewing all articles
Browse latest Browse all 10

sql server on MAC

Hi,

SQL Server can only support Linux and Windows OS, it cannot be installed on MAC directly, as a solution, we have following two options:

1. Using a Linux or Windows VM on MAC, then install related version of SQL Server on them.

2. Using Docker, this is a supported method, please refer to this: https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker

>> and I also want to install on my centos server, what should I do

Based on this document: https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup ,SQL Server can only support on Red Hat Enterprise Linux, SUSE Linux Enterprise Server, Ubuntu, Docker Engine. Based on my test, I can successfully install SQL Server on CentOS, but it is not suggested.

Best Regards,

Teige


MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.


Viewing all articles
Browse latest Browse all 10

Trending Articles