centos7安装sqlserver数据库系统

centos7安装sqlserver2019数据库系统:

https://docs.microsoft.com/zh-cn/sql/linux/quickstart-install-connect-red-hat?view=sql-server-ver15

系统登陆命令::

sqlcmd -S localhost -U SA -P '<YourPassword>'
 



原文地址:https://www.cnblogs.com/yaok430/p/14096581.html