1

I use SQL Server 2012 and Visual Studio 2013.

I want to create a SQL Server Database Project but I can't find this type of project in my Visual Studio. I installed Update 4 in Visual Studio.

Should I install something in my Visual Studio?

enter image description here

In Visual Studio 2012 I have this menu:

enter image description here

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Ardalan Shahgholi
  • 11,967
  • 21
  • 108
  • 144

1 Answers1

3

You need to install SQL Server Data Tools (SSDT).

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

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

Brennan Pope
  • 1,014
  • 7
  • 11