January 16, 2017 at 9:32 pm
Hi,
For SQL Server 2014, for a standalone instance, can we change the instance name from default (MSSQLSERVER) to a named instance (e.g., DOCSHARE)?
Please note that I do not want to rename the host machine name. So, for example, my host machine name is JP1034, it will remain the same.
Thanks!
Ashish
January 17, 2017 at 5:07 am
Would an alias work for your purposes?
https://www.mssqltips.com/sqlservertip/1620/how-to-setup-and-use-a-sql-server-alias/
January 17, 2017 at 5:09 am
The only way to rename an instance is to uninstall/reinstall.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 17, 2017 at 5:31 pm
GilaMonster - Tuesday, January 17, 2017 5:09 AMThe only way to rename an instance is to uninstall/reinstall.
Thanks a lot Gail!
January 17, 2017 at 5:36 pm
Beatrix Kiddo - Tuesday, January 17, 2017 5:07 AMWould an alias work for your purposes?
https://www.mssqltips.com/sqlservertip/1620/how-to-setup-and-use-a-sql-server-alias/
Thanks for the nice suggestion Beatrix.
Unfortunately, cannot propose this in my current work place. Huge bureaucratic environment. Making such novel suggestions will trouble the peaceful slumber of dozens of people. Some may even go to the extent of asking for my blood, as I am making such strange, unheard of suggestions which may put the whole company's P/L statement and reputation at risk 😛
January 20, 2017 at 7:04 am
This may be more doable and it's what I recommend over the aliasing. It's an A or CNAME record (recommend the CNAME) by your DNS administrator:
https://www.mssqltips.com/sqlservertip/2663/using-friendly-names-for-sql-servers-via-dns/
K. Brian Kelley
@kbriankelley
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply