积极答复者
如何修改 SQL Server 中的实例名 ?

问题
答案
-
the following link may be helpful
http://topic.csdn.net/t/20031124/09/2487196.html- 已标记为答案 Hong-Gang Chen - MSFTModerator 2009年12月29日 4:58
-
目前没有办法修改命名实例的实例名
默认实例的名称与计算机名保持一致, 改计算机名会同时改默认实例的名字- 已标记为答案 Hong-Gang Chen - MSFTModerator 2009年12月29日 4:58
-
SQL Server实例名不能更改的,默认的SQL Server实例名与计算机名相同,如果是命名实例的话,那么实例名就是: 计算机名\指定命名
建议你可以考虑安装多个实例。- 已标记为答案 Hong-Gang Chen - MSFTModerator 2009年12月29日 4:58
全部回复
-
the following link may be helpful
http://topic.csdn.net/t/20031124/09/2487196.html- 已标记为答案 Hong-Gang Chen - MSFTModerator 2009年12月29日 4:58
-
目前没有办法修改命名实例的实例名
默认实例的名称与计算机名保持一致, 改计算机名会同时改默认实例的名字- 已标记为答案 Hong-Gang Chen - MSFTModerator 2009年12月29日 4:58
-
SQL Server实例名不能更改的,默认的SQL Server实例名与计算机名相同,如果是命名实例的话,那么实例名就是: 计算机名\指定命名
建议你可以考虑安装多个实例。- 已标记为答案 Hong-Gang Chen - MSFTModerator 2009年12月29日 4:58
-
You can refer FAQ http://www.microsoft.com/sqlserver/2008/en/us/licensing-faq.aspx. It contains below Q/A:
Q. How does licensing work with the multi-instance feature in SQL Server 2008?
A.
You can run multiple instances of SQL Server 2008 on a single computer. Multiple instances are used by organizations that have several applications running on a server but want them to run in isolation so that any problem in one instance will not affect the other instances. In SQL Server 2008, you can run multiple instances with the Workgroup, Standard, and Enterprise editions when they are licensed server/CAL or on a per-processor basis. Please read the SQL Server 2008 Licensing Overview for more information.
-
You can refer FAQ http://www.microsoft.com/sqlserver/2008/en/us/licensing-faq.aspx. It contains below Q/A:
Q. How does licensing work with the multi-instance feature in SQL Server 2008?
A.
You can run multiple instances of SQL Server 2008 on a single computer. Multiple instances are used by organizations that have several applications running on a server but want them to run in isolation so that any problem in one instance will not affect the other instances. In SQL Server 2008, you can run multiple instances with the Workgroup, Standard, and Enterprise editions when they are licensed server/CAL or on a per-processor basis. Please read the SQL Server 2008 Licensing Overview for more information.
KeLiu