Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
NOTE: VS2012 is NOT grabbing my changes. Open a database View Query and click "Update" data base, it is not adding my table edits in VS2012 tot he script. If you view the video here link and jump to the 11 minute mark you see Gert is getting an update script of all his edits, but mine does not, why? – DjAMES Mar 4 at 22:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.