4
1
Does the 2012 SSIS install that was for VS2013 work in 2015 or does 2015 have the SSIS/BIDS and Reporting components built in?
4
1
Does the 2012 SSIS install that was for VS2013 work in 2015 or does 2015 have the SSIS/BIDS and Reporting components built in?
3
The latest Microsoft SQL Server Data Tools - Business Intelligence (which is the edition you need for reporting) is only available for Visual Studio 2013.
The regular SSDT is available for Visual Studio 2015, but this is without the BI components!
2
SSDT BI (with analysis services and reporting services) for Visual Studio 2015 is now available in the October Preview. More info here: http://blogs.msdn.com/b/ssdt/archive/2015/10/27/sql-server-data-tools-preview-update-for-october-2015.aspx
So do I install both 2013 and 2015? – John Schultz – 2015-07-23T08:41:47.893
@JohnSchultz - If you want SSDT reporting, that is indeed, what you need to do. But as Jogai indicates you won't have access to the BI reports. – Ramhound – 2015-07-23T11:06:17.713
If you install SSDT-BI it will install the Visual Studio 2013 shell for you if you don't have it already. It wont affect your Visual Studio 2015 installation. – Jogai – 2015-07-23T11:24:43.680
1NP. Vote or mark as answer if it helped you :-) – Jogai – 2015-07-24T08:29:07.127