I'm helping a customer setting up a simple development environment for SSIS and SSAS on SQL Server 2008 R2 Enterprise Edition.
They have one developer (slash server) computer, let's call it A, with SQL Server 2008 R2 Enterprise and BIDS installed.
They need BIDS installed on a second development computer, let's call it B.
B has already installed Visual Studio (I think it is) 2012 with SQL Server Data Tools.
When we try to open a SSIS package on B, Visual Studio will only move forward if we "upgrade" the package - we cannot do that since the package also need to work on A.
One solution could be to install SQL Server 2008 R2 Developer Edition with BIDS on B.
My questions are:
Where can we find and buy a license SQL Server 2008 R2 Developer Edition with BIDS?
Do I have any other solutions?
If we install Visual Studio 2012 with SQL Server Data Tools on A, will the new type of SSIS and SSAS package be able to run on SQL Server 2008 R2 Enterprise?