<div class="body">
I have a Sql server 2012 project and I don't konw if I can create a Setup project (an executable) to install it to a database.
I have found this article: "How to: Deploy a Database With a Web Application Project", because I have a Web Api that will use that database; but I don't know if I do this it will deploy the database with the Web Api installer (I have an installer, setup, for the web api).
How can I create a setup project to install a database?
</div>