VS 2015 Missing Business Intelligence Projects

ugh3012

Member
Joined
Feb 20, 2007
Messages
13
Programming Experience
5-10
I just installed VS 2015 Enterprise edition and it does not have Business Intelligence Projects under Project types. I use VS 2008 to work on Integration Services Project (SSIS) and I am hoping to do the same in VS 2015. Please advise on what I can do to address this.

Thanks
 
Hello

To add SSIS projects in Visual Studio 2015, follow these steps:

Download SQL Server Data Tools (SSDT) from here.

Run the installer and select Integration Services.

Open VS 2015, and go to File > New > Project. You should now see the Integration Services Project under Business Intelligence.
 
Back
Top