Is it possible to install sql server 2005 express and sql server 2008 developer edition in one machine ?
是否可以在一台机器上安装sql server 2005 express和sql server 2008开发人员版?
Any gotchas ?
任何陷阱?
Michael
4 个解决方案
#1
Technically you should be able to without any problems. Sometimes they do occur though. Take a look at this thread for some potential issues.
从技术上讲,你应该没有任何问题。有时他们确实会发生。看看这个线程是否存在一些潜在的问题。
#2
yes it is possible, one of them needs to be a named instance (that is the only gotcha )
是的,它是可能的,其中一个需要是一个命名实例(这是唯一的问题)
#3
Yes. I have SQL Server 2005 Express and 2008 Enterprise on my machine. I have the 2005 instance named.
是。我的计算机上有SQL Server 2005 Express和2008 Enterprise。我有2005年的实例命名。
I haven't run into any issues yet but you should look at Sev's link for potential problems.
我还没有遇到任何问题,但你应该看看Sev的潜在问题链接。
#4
No problem, as long as you install the 2005 version first - I wasn't able to re-install SQL 2005 once I had SQL 2008 on my dev machine.
没问题,只要你先安装2005版本 - 一旦我的dev机器上安装了SQL 2008,我就无法重新安装SQL 2005。
Marc
#1
Technically you should be able to without any problems. Sometimes they do occur though. Take a look at this thread for some potential issues.
从技术上讲,你应该没有任何问题。有时他们确实会发生。看看这个线程是否存在一些潜在的问题。
#2
yes it is possible, one of them needs to be a named instance (that is the only gotcha )
是的,它是可能的,其中一个需要是一个命名实例(这是唯一的问题)
#3
Yes. I have SQL Server 2005 Express and 2008 Enterprise on my machine. I have the 2005 instance named.
是。我的计算机上有SQL Server 2005 Express和2008 Enterprise。我有2005年的实例命名。
I haven't run into any issues yet but you should look at Sev's link for potential problems.
我还没有遇到任何问题,但你应该看看Sev的潜在问题链接。
#4
No problem, as long as you install the 2005 version first - I wasn't able to re-install SQL 2005 once I had SQL 2008 on my dev machine.
没问题,只要你先安装2005版本 - 一旦我的dev机器上安装了SQL 2008,我就无法重新安装SQL 2005。
Marc