Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sql Server Database Projects - missing template in VS 2013

In VS2012 I used Sql Server Datbase Projects to manage my databases. I have tried to add a Db Project to a new VS2013 solution but I can't seem to find the template. I've looked online and in the installed templates. Any ideas?

like image 872
atreeon Avatar asked Dec 12 '22 00:12

atreeon


2 Answers

To me, it is listed under "Other Languages". I have VS 2013 professional

VS menu Installed/Templates/Other Languages/SQL Server

like image 53
Bernd at New Orleans Avatar answered Dec 28 '22 08:12

Bernd at New Orleans


VS2013 lists "SQL Server" after the "Visual F#" option in the "New Project" window. Clicking on this "SQL Server" option shows one template called "SQL Server Database Project".

Perhaps that option was not installed for your initial VS2013 installation.

like image 41
JohnH Avatar answered Dec 28 '22 07:12

JohnH