CentOS 7
Sponsored Link

SQL Server 2019 : Connect from Windows Client2020/01/20

 
It's possible to connect to SQL Server on Linux from Windows Clients, of cource.
[1] This example is on Windows 10.
Download SQL Server Management Studio (SSMS) and install it.
⇒ https://docs.microsoft.com/ja-jp/sql/ssms/download-sql-server-management-studio-ssms
[2] After finishing installation, Run SSMS.
[3] The Windows [Connect to Server] is opened like follows.
Input your Server name or IP address and username/password to connect. For Authentication, Select [SQL Server Authentication]. This example shows to connect with admin user [SA].
[4] Just connected. It's possible to operate SQL Server on GUI with SSMS.
[5]
[sqlcmd] command has not been included on SSMS 18, so it needs to install manually if you need it.
⇒ https://docs.microsoft.com/en-us/sql/tools/sqlcmd-utility?view=sql-server-ver15
After installing [sqlcmd] command, it's possible to connect to SQL Server on CUI.
Matched Content