0

I have installed VS2012 and SqlServer2012 in my machine. I have installed sql server data tools 2012 in other to enable BI project in my VS environment.

Now, I'm having a project which the project requirement is using BIDS 2008.

The question is :

  • Can I install only the BIDS 2008 side by side with my BIDS 2012 along in my machine?
  • How can I fix this situation?
4

1 回答 1

1

You can install both side-by-side, but you will have to ensure that your SQL 2008 install is slipstreamed with SP3 to ensure it will install on Windows 8.

Windows8 supported SQL Server versions: http://blogs.msdn.com/b/psssql/archive/2012/09/01/installing-sql-server-on-windows-8.aspx

How to slipstream SQL 2008 installer: http://support.microsoft.com/kb/955392

于 2013-07-10T16:44:12.763 回答