16

I was searching for Business Intelligence SSDT tools on Visual Studio 2013.

I found SSDT for Visual Studio 2012 here,

http://www.microsoft.com/en-in/download/details.aspx?id=36843

Can we install the same to install for VS 2013?

If not where can i find SSDT for VS 2013?

Yajuvendra Vant
  • 1,127
  • 4
  • 15
  • 33

7 Answers7

11

It was just released here for Visual Studio 2013: http://www.microsoft.com/en-us/download/details.aspx?id=42313

S. Rasmussen
  • 163
  • 1
  • 6
  • 1
    After I installed this, why it also installed Visual Studio 2012 for me? That disapointed me. – diwatu Apr 04 '14 at 01:10
  • 1
    Actually it is Visual Studio 2013 Shell. In the above link check the Additional Information section, it is clearly mentioned there. – Yajuvendra Vant Apr 07 '14 at 14:43
  • 2
    Where is it? That link results in "We are sorry, the page you requested cannot be found." – user42 Apr 11 '14 at 18:01
  • 3
    I have successfully downloaded it on Apr 14 from the above link, but today it redirects to a text file with a message "SSDT-BI has been temporarily removed to deal with side by side issues with SSDT-SQL. We expect to have it reposted soon" – bsaglamtimur Apr 15 '14 at 12:20
  • 4
    Updated today, it seems we won't see it for some time... : "The release of SSDT-BI for Visual Studio 2013 & SQL Server 2014 will take a few more days. We apologize for the inconvenience. In the meantime, you can work on BI projects for SQL Server 2014 using the CTP2 version of SSDT-BI with Visual Studio 2012: http://www.microsoft.com/en-us/download/details.aspx?id=40736." – Yann39 Apr 30 '14 at 08:14
7

Visual Studio 2013 support for SSDT isn't released yet. The appropriate feedback at connect states that

SSDT-BI 2014 for Visual Studio 2013 is coming, but not yet available (release date hasn’t been announced yet)

With the release of SQL Server 2014 (seems to be in April) support for Visual Studio 2013 should be added.

Horizon_Net
  • 5,959
  • 4
  • 31
  • 34
6

This was released a few days ago (SSDT-BI for VS2013).

http://www.microsoft.com/en-us/download/details.aspx?id=42313

Ethan Turk
  • 437
  • 4
  • 8
5

The download was not available on April 16th 2014. The download site "http://www.microsoft.com/en-us/download/details.aspx?id=42313" directs to a single text file indicating that SSDT-BI has been temporarily removed .... etc.

Ulysses
  • 407
  • 5
  • 5
  • 1
    Anyone know what SSDT-SQL is? – alphadogg Apr 25 '14 at 18:00
  • 1
    @alphadogg I've been wondering what that is, too. SSDT-SQL = SQL Server Data Tools SQL..? It seems like the wording they use to describe the problem has been copied and pasted everywhere: their blog, the download page, the download .txt file you get, etc. – Adam Plocher Apr 26 '14 at 01:12
  • 1
    SSDT-SQL is referring to the Database Projects, which you would download as just "SSDT" or were installed with Visual Studio (2013 especially). SSDT-BI is an additional portion for Reporting / Analysis / Integration Services only, which you either downloaded as "SSDT-BI" or was installed by the SQL Server 2012 CD but called "SSDT". The SQL Server 2014 CD doesn't install it at all. – Cody Konior Apr 28 '14 at 12:09
  • 1
    [USE, FOLLOW, SHARE New Business Intelligence Proposal at Area 51](http://area51.stackexchange.com/proposals/70503/business-intelligence?referrer=EPHSm8-3avvaMxLjdRIeNg2) – bonCodigo Jun 03 '14 at 09:36
2

SQL Server tooling in Visual Studio 2013 - all the great database tools, now acquisition and updates are fully integrated in Express for Web, Express for Windows Desktop, Professional, Premium, and Ultimate. 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 2013 and choose the Tools > Extensions and Updates menu. SQL Server tooling updates will appear in the Updates list.

enter image description here

Believe2014
  • 3,894
  • 2
  • 26
  • 46
  • 1
    I don't see ssdt in that list. Please link to the actual package on the gallery if it does exist. https://visualstudiogallery.msdn.microsoft.com/site/search?query=ssdt&f%5B0%5D.Value=ssdt&f%5B0%5D.Type=SearchText&ac=4 – Tim Abell Feb 26 '15 at 11:36
  • 1
    When you click the Update button it actually opens a browser pointing to http://download.microsoft.com/download/E/E/4/EE429DFD-563B-4CC7-BF9F-EF9449818192/EN/SSDTSetup.exe – Naeem Sarfraz Jun 11 '15 at 13:17
2

"For Visual Studio 2013, there are two different products that are called "SSDT".

One SSDT includes tools for relational databases in Visual Studio, with features like Data Compare, Schema Compare and SQL Server Database Projects. The other SSDT, referred to as SSDT-BI, includes the BI project types for SSRS, SSIS and SSAS. The SSDT relational tools are included in Visual Studio's setup experience as a checkbox option, but the SSDT-BI tools, on the other hand, are only available as a separate download. This "two SSDTs" thing caused a lot of confusion and was widely regarded as a bad move, so for Visual Studio 2015 we've made some changes." -- MSDN: How to install SSDT

ScottWelker
  • 1,701
  • 17
  • 30
1

Be sure to upgrade your SQL Server to 2014 before making this jump. It'll upgrade your packages and make them un-usable in SQL Server 2012 environment. I've had to roll my packages back...

http://blogs.msdn.com/b/analysisservices/archive/2014/04/03/sql-server-data-tools-business-intelligence-for-visual-studio-2013-ssdt-bi.aspx

sam yi
  • 4,806
  • 1
  • 29
  • 40