vote up 0 vote down star

I have two named instances of SQL Server 2008 and am trying to set static ports for each instance. I open the SQL Server Configuration Manager _> expand "SQL Server Network Configuration" -> click the instance I want to change -> and select TCP/IP.

From here any configuration changes that I make are not persisted after I hit OK. I've tried setting the "TCP Dynamic Ports" option to blank, and setting my desired port # under the "TCP Port" option under the IPALL section but each time when I return to the configuration screen the changes no longer appear.

I've tried bouncing the service and that doesn't help either.

Does anyone have any thoughts as to what is going on here?

flag

75% accept rate

3 Answers

vote up 1 vote down

Did you restart the SQL Server after you made the change?

link|flag
vote up 0 vote down

Are you changing the TCP Port under a specific NIC or under the IPAll section?

You should be doing it under the IPAll (at the very bottom).

link|flag
IPALL is what I'm using – Bart Jan 23 at 20:29
vote up 0 vote down check

Turns out the problem was that my account wasn't a local admin on the machine. I'm a sysadmin on the SQL Server so I assumed it would work.

The frustrating thing is that the interface didn't alert me that i didn't have permissions it simply told me that my changes were saved and proceeded to ignore them.

thanks to all those who answered though!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.