SASUSMC
SASUSMC

Reputation: 681

SSRS in Visual Studio 2015

I am in the process of upgrading from Visual Studio 2010 to VS 2015 and can't find the Business Intelligence tools in VS2015. We have the Enterprise Version. Can someone point me in the correct direction?

Thanks, Scott

Upvotes: 3

Views: 7806

Answers (2)

EricF
EricF

Reputation: 173

Here's the SSDT Team Blog post announcing (and linking) to the latest version following the GA of SQL Server 2016. Supposedly, this package makes VS2015 compatible with SQL Server 2016 and ALL previous versions and combines the SSDT (Data Dude) capabilities for database design and management with SSDT-BI (BIDS) features for SSIS, SSAS (MD/Tabular) and SSRS.

Link to SSDT Team Blog post

Upvotes: 0

Jonnus
Jonnus

Reputation: 3038

What were the Business Intelligence Development Suite (BIDS) is now known as SQL Server Data Tools (SSDT). I realise this is an old question, but MSDN advises that

Since SQL Server tooling is included in VS, the updates will be pushed through VS Update and users will be prompted when VS is open. If you'd like to check for updates manually, open Visual Studio 2015 and choose the Tools > Extensions and Updates menu. SQL Server tooling updates will appear in the Updates list.

Upvotes: 0

Related Questions