Search code examples
sql-servervisual-studiossas-2012

what are the correct tools to create a cube from SQL server 2012?


I am new to this field. I am trying to create a cube from SQL Server 2012. I generally know how to create a cube using Visual Studio 2010. But I can not find Visual Studio 2010 to download (or to buy). The IT person can provider Visual Studio 2015, but I do not know which version do I need (Visual Studio Community, Visual Studio Professional, or Visual Studio Enterprise?).

I downloaded the free version of SQL Server 2012 from https://www.microsoft.com/en-us/download/details.aspx?id=50003 But we did not install all of the features (see image 1 below)

When I create a new project in SQL management studio, it looks like image 2.

Can anyone point me to the right direction?

Thank you very much!

image 1

image 2


Solution

  • Download this version of SQL Server Data Tools (SSDT) to get the templates to create a cube, https://www.microsoft.com/en-us/download/details.aspx?id=36843.

    It installs a Visual Studio shell if you don't have Visual Studio installed already. It's enough to use the cube project templates. SSDT is all you need to start develop cubes, tabular models, Integration Services packages, and Reporting Services solutions.