Creating a SQL Server Database Project in Visual Studio 2012

I used to create my application database by managing a series of install scripts with one table or stored procedure per file.  In those files I had to manage potential changes to those schema items and also handle conditional creation of those entities if they

Read more…