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

后端 未结 6 1558
长发绾君心
长发绾君心 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条回答
  •  萌比男神i
    2020-11-27 09:37

    If you're connecting to a named instance and UDP is not available when connecting to it, then you may need to specify the protocol as well.

    Example: tcp:192.168.1.21\SQL2K5,1443

提交回复
热议问题