Follow sqlserver-dba.com

Subscribe to RSS feed  Follow @jackvamvas - Twitter

*Use the Comments section for questions

SQLServer-DBA.com Links

Dba_db2_button

dba-ninja.com

SQL Server DBA Jobs

Connect to SQL Server using port number

19 February,2015 by Tom Collins

When SQL Server Browser is not started , and a SQL Server connection attempt is made  remotely  using the named instance  an error 26 message appears.  A network related or instance-specific error occurred Error 26 – Error Locating Server/Instance.

Instance_port

The connection attempt  finds the server – SERVER1 – but cannot map the instance request to the SQL service running on the server.

The Error 26 message appears in a number of different circumstances. Read SQL Server Error 26 troubleshooting checklist for a list of different causes of Error 26

The root cause of this error message was the SQL Server Browser Service on the server hosting the target SQL Server Instance was not turned on.

An alternative is to connect using the port number. Each SQL Server instance is assigned a port number . The port number can be static or dynamic. The decision of static or dynamic is dependant on the DBA .

The workaround to the error 26 , where SQL Server Browser service is turned off, is to connect using a port number. When using the port number method, it isn’t necessary to specify an instance name.

A comma is required between the server name and the port number.

How to use a port number to complete SQL Server connection

 

myserver.net,1234

 

Read More on connecting to SQL Server

Cannot connect to SQL Server

SQL Server - Login failed for user 'username'. The user is not associated with a trusted SQL Server connection

SQL Server Versions


Author: Tom Collins (http://www.sqlserver-dba.com)


Share:

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment on Connect to SQL Server using port number


sqlserver-dba.com | SQL Server Performance Tuning | SQL Server DBA:Everything | FAQ | Contact|Copyright & Disclaimer