HelloWorld1
HelloWorld1

Reputation: 14108

No selection to install SSIS, SSRS and SSAS

Goal:
Install Developer SQL Server 2012+ Business intelligence and its SSIS, SSRS and SSAS in my computer.

Problem:
Can't find the settings or something similar in the install selection to install SSIS, SSRS and SSAS in my computer.

Before doing the installation, a screen was displayed with selection of feature. Look at the picture.

enter image description here

Upvotes: 0

Views: 5163

Answers (3)

Tom Stickel
Tom Stickel

Reputation: 20421

You want 2012, since others provided that information here is instead for you and OTHERS to get 2014 Data Tools and 2008 BIDS :

  1. SQL Server Data Tools (SSDT) for SQL Server 2014 http://msdn.microsoft.com/en-US/jj650015

  2. OLD 2008 for some of you still wanting it / using sql server 2008....

For getting BIDS With SQL Server 2008 Developer Edition, you simply want to search for

"SQL Server Business Intelligence Development Studio" 

enter image description here

This will open the Visual Studio 2008 Shell of which you then click on Create - Project

enter image description here

Now you have all your options. This is right next to Microsoft SQL Server (SSMS)

Upvotes: 0

parkerw262
parkerw262

Reputation: 334

It is in the Developer Ed of VS 2012. You just have to look for it now because they separated it out into a different place. Look for SQL Server Data Tools 2012 in your start menus and launch it; however, if it does not come up, then navigate to find your VS 2010 and start it up and load up your Integration Services project in there. This is what I had to do.

Upvotes: 0

Athanasios Kataras
Athanasios Kataras

Reputation: 26450

What you are looking for is Sql Server Data Tools. Bear in mind that there are 2 versions of the Data Tools - someone called them data tools - db and data tools - BI for lack of a better term.

Data Tools - BI are the compact version of Visual Studio 2010 with all the required project types for ssrs ssis and ssas.

Data Tools - db that you can get here provide connectivity to sql server via the Data Tools - (BIDS in sql server 2008).

The selection is disabled as Aaron said due to the fact that Intergration Services (SSIS), Analysis Services(SSAS) and reporting Services (SSRS) are already installed.

Upvotes: 0

Related Questions