conorbrophy
asked on
Specified named instance and browser is running but still need to specify port number.
Just created a standalone SQL Server 2008 R2 instance. However I can only connect to it when I specify the port number even though SQL Server Browser is running.
So I can connect <servername>,<port no,>\<instance_name>
but NOT using <servername>\<instance_nam e>
Any ideas why that may be?
Regards,
Conor
So I can connect <servername>,<port no,>\<instance_name>
but NOT using <servername>\<instance_nam
Any ideas why that may be?
Regards,
Conor
ASKER
Hi Icohan,
But why do you need to set up an alias. Surely the SQL Server Browser should take the client connection in and return back with the the port number automatically so it does not have to be explicitly defined in the client connection?
But why do you need to set up an alias. Surely the SQL Server Browser should take the client connection in and return back with the the port number automatically so it does not have to be explicitly defined in the client connection?
But then why do we need DNS and host files.....
Did you tried that?
And BTW - you mention ""... I can only connect to it when I specify the port number..." however you don't mention what type of "connection". You mean SSMS, ADO, .NET,....what "connection" you are talking about?
Did you tried that?
And BTW - you mention ""... I can only connect to it when I specify the port number..." however you don't mention what type of "connection". You mean SSMS, ADO, .NET,....what "connection" you are talking about?
ASKER
I am currently trying to connect using SSMS.
Regards,
Conor
Regards,
Conor
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
.
http://technet.microsoft.com/en-us/library/ms174212.aspx