|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Today @ 10:26 AM
Points: 507,
Visits: 2,229
|
|
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
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 1:24 PM
Points: 6,826,
Visits: 11,950
|
|
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
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Monday, June 10, 2013 12:13 PM
Points: 4,319,
Visits: 9,217
|
|
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
|
|
|
|