I have a 64-bit (Ultimate) Windows 7 virtual machine and you want to install the following:
Visual Studio 2010 (Ultimate)
SQL Server 2012 Business Intelligence (with SSIS and SSRS)
but I'm not sure if there is a correct installation order of these elements so that there is no conflict. I am worried that I know that VS2010 installs SQL Server 2008 Express. I hope this does not end when I write my installation of SQL Server with version 2008, if I first SQL Server 2012.
Will VS2010 skip installing SQL Server 2008 if the new version is already installed?
Update:
I installed the files as directed by Justin.
The VS2010 installer detected that SQL Server 2012 was installed and installed without any problems.
When I started VS2010, I was told that I need to install VS2010 SP1 due to the newer SQL Server 2012 files that have already been installed.
I installed SP1 and ran VS2010 again, and everything booted and worked fine.
I also downloaded SQL Server Management Studio and was still able to connect to SQL Server 2012 without problems.
source
share