CentOS 7
Sponsored Link

SQL Server 2017 : Connect from Windows Client2017/10/05

 
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] It's also possible to connect with [sqlcmd] command, of cource.
Matched Content