sql-default-instance

How can I create named-instance of sql-server on ubuntu

↘锁芯ラ 提交于 2020-01-13 10:33:32
问题 I used the official tutorial to create a default instance https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-ubuntu but now I want to create a named-instance and can't find how to do that 回答1: SQL Server on Linux doesn't support the notion of "multi-instance", so there are no named instances on Linux. You can see that its Windows only feature here: https://docs.microsoft.com/en-us/sql/sql-server/install/work-with-multiple-versions-and-instances-of-sql-server?view=sql-server

How can I create named-instance of sql-server on ubuntu

大兔子大兔子 提交于 2019-12-05 19:30:16
I used the official tutorial to create a default instance https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-ubuntu but now I want to create a named-instance and can't find how to do that SQL Server on Linux doesn't support the notion of "multi-instance", so there are no named instances on Linux. You can see that its Windows only feature here: https://docs.microsoft.com/en-us/sql/sql-server/install/work-with-multiple-versions-and-instances-of-sql-server?view=sql-server-2017 来源: https://stackoverflow.com/questions/41695344/how-can-i-create-named-instance-of-sql-server-on-ubuntu