67

I am having trouble finding the 64 bit version of Microsoft SQL Server Data Tools.

Does any one know where i can download the 64 bit version of Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013 and SQL Server 2014.

I have only been able to find the following 32 bit version http://www.microsoft.com/en-us/download/details.aspx?id=42313 but i need the 64 bit version.

StackTrace
  • 9,190
  • 36
  • 114
  • 202
  • 1
    There is only a 32 bit version available. Visual Studio only comes in 32 bit and thus the reason why SSDT-BI is 32 bit. Read [this] for more clarity as to the reason/s why [link] (http://blogs.msdn.com/b/ricom/archive/2009/06/10/visual-studio-why-is-there-no-64-bit-version.aspx) – Quintin Botes Jul 28 '14 at 06:40
  • What for? You ahve the non-existing 64 bit version of visual studio? – TomTom Jul 28 '14 at 10:05
  • 2
    @TomTom, i have an existing 64 bit version of SQL Server 2014. And i need SQL Server Data Tools for SQL Server 2014, which requires visual studio 2013. See link http://blogs.msdn.com/b/ssdt/archive/2014/03/25/sql-server-data-tools-for-sql-server-2014-is-available.aspx – StackTrace Jul 28 '14 at 10:40
  • 3
    @TomTom, never mind. g2server provided a working solution to my question. Thank you very much too, your posts have been very accommodating. :-) – StackTrace Jul 28 '14 at 11:54
  • For download links:- [link](http://all-downloadlinks.blogspot.in/) – Samanth Mar 22 '16 at 01:54

3 Answers3

170

As the others have said, there is only a 32 bit version.

The important thing is, if you’re running an x64-based SQL instance (64-bit), make sure to select “New Instance” on the Installation Type page, and NOT “Add features to an existing instance”. Not doing so will cause it to error out.

g2server
  • 5,037
  • 3
  • 29
  • 40
  • 9
    Yeah, that's not confusing at all. Thanks for the tip. The "new instance" selection feels like you're re-installing SQL Server all over again. But it does work! – ItJustWerks Mar 21 '15 at 02:34
  • 6
    Good to see an answer to this that wasnt condescending!! +1 from me – ScottGuymer May 14 '15 at 09:30
  • 5
    In summation... 1. Download and run SSDTBI_x86_ENU 2. Step through and get to "Installation Type" then select "Perform a new installation of SQL Server 2014" 3. Select the features and finish out – Jason Geiger Jun 08 '15 at 13:19
  • Question on this answer: If I select "New Instance" as suggested, do I later need to reconfigure any software to point to the original instance? – Kent Aug 11 '16 at 18:06
2

Only 32 bit version of SQL Server Data Tools published by Microsoft.

mehdi lotfi
  • 11,194
  • 18
  • 82
  • 128
1

SQL Server comes in x32 and x64 but Visual Studio comes in only x32.

So if you have x64 SQL Server 2014, you can only install SQL Server Data Tools x32 in a new instance configuration. This will install Visual Studio 2013 x32.

However if you have SQL Server 2012, SQL Server Data Tools are available in the installation media (unlike SQL 2014 where it has to be manually downloaded & installed).

aadarshsg
  • 2,069
  • 16
  • 25
  • unlike SQL 2014 where it has to be manually downloaded & installed... but where? because i´m looking for that without results, the best that i found was a x32 that fails because of my server is x64. – Yogurtu Mar 10 '16 at 19:41