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

后端 未结 6 1553
长发绾君心
长发绾君心 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:55

    You'll need the SQL Server Configuration Manager. Go to Sql Native Client Configuration, Select Client Protocols, Right Click on TCP/IP and set your default port there.

提交回复
热议问题