Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

64 bit Microsoft SQL Server Data Tools

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.

like image 731
StackTrace Avatar asked Jul 28 '14 05:07

StackTrace


People also ask

What is Microsoft SQL Server data Tools?

SQL Server Data Tools (SSDT) is a modern development tool for building SQL Server relational databases, databases in Azure SQL, Analysis Services (AS) data models, Integration Services (IS) packages, and Reporting Services (RS) reports.

Is SQL Server data Tools 32 bit or 64 bit?

Because Microsoft released only 32-bit SQL Server Data Tools. It means, if you select the second option, you are adding 32-bit components to 64-bit SQL Server, which will raise architectural problems error.

Is SQL Server data Tools Free?

SQL Server Developer is free of charge for development, test, design and demonstration.

Which version of SSDT is compatible with SQL Server 2014?

For SQL Server 2012 or 2014, you can use either SSDT-BI for Visual Studio 2012 or SSDT-BI for Visual Studio 2013. The only difference between the two is the Visual Studio version.


2 Answers

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.

like image 75
g2server Avatar answered Sep 26 '22 01:09

g2server


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

like image 41
mehdi lotfi Avatar answered Sep 23 '22 01:09

mehdi lotfi