Reputation: 57
We are upgrading from SQL Server 2008 R2 to SQL Server 2014 and I tried to install SQL server data tools for 2014 for SSIS, SSAS. From all the forums I read online, I installed Visual studio 2013 on my machine first and then I added SSDT 2014 for Visual studio 2013.
Is this the right way to do SSDT-BI 2014 Installation?
Upvotes: 1
Views: 5785
Reputation: 1121
If you want to install only SSDT-BI for SQLServer2014, without requiring VS2013 license, then follow the below steps to setup development environment for SSIS, SSRS and SSAS.
Upvotes: 0
Reputation: 11
SSDT for Visual Studio 2013 has 2 versions: The one that has only DB tooling and other with BI components. You need to look for "SSDT-BI" Here you go:
Microsoft download link for SSDT-BI
For VS 2015 and SQL Server 2016, the current version of SSDT comes with both SQL Server tooling AND BI components, so it's one download.
Hope this helps!
Upvotes: 1