IN VS2012, I creates a database project, an imported a Data Tier Application .dacpac I had created from my SQL Server 2012 instance.
My question is if I am developing, and all I want to do is modify the sql table structure in VS 2012, say I add a new column to a table, is the only way to transfer that change to the database to build out the project .dacpac and then upgrade the database, in my case through SQL Server Management Studio. If I am working on a developer database, non production and I just want an update script I don't see how to get that in db project for data tier app.
I have been just manually making the change in both places, but eventually I will get interrupted and forget to make the changes accordingly.
How do you do it?
thanks