How do you specify a different port number in SQL Management Studio?

后端 未结 6 1554
长发绾君心
长发绾君心 2020-11-27 09:21

I am trying to connect to a Microsoft SQL 2005 server which is not on port 1433. How do I indicate a different port number when connecting to the server using SQL Managemen

6条回答
  •  孤城傲影
    2020-11-27 09:40

    Using the client manager affects all connections or sets a client machine specific alias.

    Use the comma as above: this can be used in an app.config too

    It's probably needed if you have firewalls between you and the server too...

提交回复
热议问题