I have a Windows 7 64-bit (Ultimate) virtual machine and would like to install the following:
Visual Studio 2010 (Ultimate)
SQL Server 2012 Business Intelligence (with SSIS and SSRS)
but I am not sure if there is a correct order to install those items such that there will not be a conflict. I'm concerned because I know that VS2010 installs SQL Server 2008 express. I hope it will not over write my SQL Server installation with the 2008 version if I do SQL Server 2012 first.
Does VS2010 skip installing SQL Server 2008 if the newer version is already installed?
Update:
I installed the files as indicated by 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.