Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Naming new SQL Server instance Expand / Collapse
Author
Message
Posted Monday, January 14, 2013 7:11 AM


SSC-Addicted

SSC-AddictedSSC-AddictedSSC-AddictedSSC-AddictedSSC-AddictedSSC-AddictedSSC-AddictedSSC-Addicted

Group: General Forum Members
Last Login: Today @ 10:34 AM
Points: 494, Visits: 2,158
They say it's best practice to name a SQL instance even it's the only instance on the host server. My question is, are there any security risks if I give the SQL instance the same name as the server? Or should I just leave it as the default instance?

-----------------------------------
http://www.SQL4n00bs.com
Post #1406708
Posted Monday, January 14, 2013 12:36 PM


SSCertifiable

SSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiable

Group: General Forum Members
Last Login: Today @ 1:46 PM
Points: 6,730, Visits: 11,783
Abu Dina (1/14/2013)
They say it's best practice to name a SQL instance even it's the only instance on the host server.

I have not heard that one. Can you share a reference to the claim that it is a best practice?


__________________________________________________________________________________________________
There are no special teachers of virtue, because virtue is taught by the whole community. --Plato

Believe you can and you're halfway there. --Theodore Roosevelt

Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein

The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein

1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
Post #1406911
Posted Monday, January 14, 2013 1:03 PM
SSCarpal Tunnel

SSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal Tunnel

Group: General Forum Members
Last Login: Friday, May 17, 2013 11:21 AM
Points: 4,317, Visits: 9,216
I guess I am confused by that...

All instances installed have to have a name - whether it is the default instance or a named instance. The default instance has a name - which is MSSQLSERVER. All named instances are just that - named....

Referencing a default instance can be done using either the server name or the IP address, whereas referencing a named instance must be done using the server name\instance name or IP:port.


Jeffrey Williams
Problems are opportunites brilliantly disguised as insurmountable obstacles.

How to post questions to get better answers faster
Managing Transaction Logs
Post #1406917
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse