2

I installed VS Community and SQL-Server Express 2014 on my machine. According to this page

"DTS is now SSIS is now SSDT is now SSDT-BI."

And

"Visual Studio 2013 Express for Web, Express for Windows Desktop, Professional, Premium, and Ultimate include the SSDT tools(SQL server Data tools)".

I do not have the tools in my VS Community nor does the SQL-Server Express 2014 give my any tools. I am confused and do not know what to install to get the "SQL Server Data Tools". A 180 Expire version would be enough for test purposes. Can anyone help me here?

Tharif
  • 13,794
  • 9
  • 55
  • 77
ruedi
  • 5,365
  • 15
  • 52
  • 88
  • Are you searching for Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013 ? – Tharif Mar 20 '15 at 07:58
  • EXpress Edition doesn't have Data Tools http://www.microsoft.com/en-us/server-cloud/products/sql-server-editions/overview.aspx You can try this link... https://msdn.microsoft.com/lt-lt/data/hh297027 I always was using standart version... – Justin Mar 20 '15 at 08:03
  • @utility: I am looking for the vs extention to configure ssis. All the tutorials use the SSDT for that. – ruedi Mar 20 '15 at 08:16

1 Answers1

1

I installed http://www.microsoft.com/en-US/download/details.aspx?id=42313 and now SSDT-BI is available in Visual Studio Community 2013.

ruedi
  • 5,365
  • 15
  • 52
  • 88