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

Brettski picture Brettski · Sep 18, 2008 · Viewed 332.2k times · Source

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 Management Studio?

Answer

Nescio picture Nescio · Sep 18, 2008

127.0.0.1,6283

Add a comma between the ip and port