Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ravilobo
Master Smack Fu Yak Hacker
1184 Posts |
Posted - 2009-05-21 : 18:01:29
|
Is it possible to change the UDP port for SQL Server? I know the deault port for UDP is 1434 , I am wondering if it is possible to change the UDP port or not? ------------------------I think, therefore I am - Rene Descartes |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
influent
Constraint Violating Yak Guru
367 Posts |
Posted - 2009-05-21 : 18:39:39
|
I believe this is true:"You cannot change the UDP port from 1434 to another"http://vsql.blogspot.com/2004/06/what-udp-port-does-sql-server-listen.html |
 |
|
ravilobo
Master Smack Fu Yak Hacker
1184 Posts |
Posted - 2009-05-21 : 20:18:06
|
quote: Originally posted by tkizerBut why do people even need this? Just create an alias instead!
I think UDP can not be changed (like FTP 21 and HTTP 80). Thank you Tara and influent. Tara, I kind of got your alias solution. Looks like it will work for me. I have a firewall and named instance that need to be accessed. Is there a way to do the alias name by scripting? (I have many servers) I hope there would be a registry key; which i can update. ------------------------I think, therefore I am - Rene Descartes |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
ravilobo
Master Smack Fu Yak Hacker
1184 Posts |
Posted - 2009-05-22 : 16:13:16
|
Thank you Tara, I am thinking of using xp_regwrite and xp_regread. The other option is to as you said to use a .reg file and double click. Is this a good option? I have never used it. 1. what happens if a person double clicks more than once?2. What happens if the registry value already exist; does registry value gets updated or ignored?3. Can I call .reg file from a batch file?------------------------I think, therefore I am - Rene Descartes |
 |
|
|
|
|