Using SQL Server Management Studio to remote connect to docker container

前端 未结 6 2002
北荒
北荒 2021-02-05 00:22

Context: I am trying to build a development SQL Server that I can continue to learn SQL on and use Microsoft SQL Server Management Studio (SSMS) to

6条回答
  •  隐瞒了意图╮
    2021-02-05 00:57

    In your case, Server Name input will become Server IP, port#

    No need of ssh, you just need to expose SQL Server service to the internet.

    When Using SQL Server Management Studio to connect to the docker container on local machine, you can use localhost ip. In that case Server Name input will become 127.0.0.1,port#

提交回复
热议问题