This is a problem that a customer had in these days: how can I hide a SQL Server 2005 Instance?
Very few SQL admins knows that with SQL Server 2005 you can hide a specific instance while the others still remain visible. In oder to make a SQL 2005 instance as "hide", you've to follow these steps:
- Open SQL Server Configuration Manager and expand the SQL Server 2005 Network Configuration node
- Right Click on Protocol for and then select Properties
- In Flag pane there's a field called HideInstance. You've to change this flag from No to Yes.
That's all. Now your SQL instance will be hide (it's not viewable via SQL Browser Service).
P.S. You can still connect to the hide instance by specifiying protocol , Server name/IP address and port number or the named pipe directly.
Technorati Tag:
SQL Server