我有一台Windows 7 64位(旗舰版)虚拟机,并希望安装以下软件:
Visual Studio 2010 (Ultimate)
SQL Server 2012 Business Intelligence (with SSIS and SSRS)但我不确定是否有一个正确的顺序来安装这些项目,这样就不会有冲突。我之所以担心,是因为我知道VS2010安装了SQL Server2008express。如果我先安装SQL Server 2012,我希望它不会用2008版本覆盖我安装的SQL Server。
如果已经安装了较新版本的SQL Server2008,VS2010是否会跳过安装?
更新:
我按照Justin的指示安装了这些文件。
The VS2010 installer detected that SQL Server 2012 was installed and installed without any issues. When I ran VS2010 it told me I needed to install VS2010 SP1 because of the newer SQL Server 2012 files that were already installed. I installed SP1 and ran VS2010 again and everything loaded and ran fine. I also loaded up SQL Server Management Studio and was still able to connect to SQL Server 2012 without any problems as well.发布于 2013-01-05 12:17:29
在安装VS2010期间,您可以选择跳过SQL Server的安装。如果使用默认值安装SQL Server Express,则实例名称将是SQLEXPRESS的默认名称。如果此实例名称已在使用中,则安装将不执行并退出。
如果您确实将Express作为VS2010的一部分进行安装,则始终可以执行从SQL Server2008Express到SQL Server2012 BI版的升级(包括版本和版本)。
https://stackoverflow.com/questions/12170074
复制相似问题