October 22, 2015 at 6:17 am
Hi - One of my colleagues has been asked to setup a listener within SQL. I'm assuming a starting point would be the Configuration Manager. Can anyone offer any advice please?
Kind Regards
Dax
October 22, 2015 at 6:22 am
Could you get more details on what is actually required?
The only 'listener' I'm familiar with is the Availability Groups listener, which is part of the Availability Groups HA feature, introduced in SQL 2012.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 22, 2015 at 7:02 am
Reminds me of Oracle terminology, do you mean a specific TCP port?
October 26, 2015 at 10:36 am
Hi - Many thanks for coming back to me. I have now received some additional information:
What my colleague is actually looking to do is to asign a DB to use an additional port & not to use the default 1433. I'm assuming this would be Network Configuration/Protocols, add a comma next to the default 1433 to use this port & to then restart the Instance service through configuration manager?
We're looking to make the change on a Test Server initially. Are there any considerations for this change, as we don't want to cause issues as all DB's albeit one will be using port 1433?
Many thanks in advance.
Regards
Dax
October 26, 2015 at 11:04 am
in that case, the assumptions really incorrect.
an entire SQL Service listens to a specific port; on a default instance, the default port is 1433, but, yes, it can be changed in the configuration.
you cannot make a single database listen to a port, that's not how SQL works
you can install multiple services, each of which listens to a different port.
so you could install another instance, with one user database(along with the standard four built in databases), and have that listen to a specific port.
it would compete for resources with any other SQL instances on the same machine.
Lowell
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply