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 |
|
SQLServerDBA_Dan
Aged Yak Warrior
752 Posts |
Posted - 2002-11-21 : 15:53:54
|
| Is there any way to disable people from finding my SQL Server?I have changed the default port from 1433 to something else and locked down all the ugly extended procs and removed the builtin\admins group. But how do I stop other peoples Enterprise manager from knowing that my server exists? I would guess that there is sometype of service to disable?DanielSQL Server DBA |
|
|
SQLServerDBA_Dan
Aged Yak Warrior
752 Posts |
Posted - 2002-11-21 : 16:05:37
|
| I just found a "HIDE SERVER" setting in the SERVER NETWORK UTIL.Thanks.DanielSQL Server DBA |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2002-11-21 : 16:42:40
|
| Hey you answered your own question!You can also do it at the command prompt by entering this:net config server /HIDDEN:YES I am sure that the server network utility does the same thing. |
 |
|
|
|
|
|