Quantcast
Channel: SQL Server connectivity without specifying tcp/port - Database Administrators Stack Exchange
Viewing all articles
Browse latest Browse all 3

Answer by Yoshiaki for SQL Server connectivity without specifying tcp/port

$
0
0

Just to clarify your question... you wish to connect to the instance on either server without the need to specify the Port Number?

In that case, did you check if the instance name is added into your SQL configuration manager?

  1. Open SQL Configuration Manager
  2. Expand "SQL Native Client Configuration"
  3. Select "Aliases"
  4. See that if the instance that you wish to connect exists, if no, create the alias for the instance

Hope I do answer your question...


Viewing all articles
Browse latest Browse all 3

Trending Articles