How can I set my deployment options to script the incremental release of a Visual Studio 2010 databa

Posted by littlechris on Stack Overflow See other posts from Stack Overflow or by littlechris
Published on 2010-05-19T11:02:57Z Indexed on 2010/05/19 11:10 UTC
Read the original article Hit count: 225

I've just started using a VS2010 database project to manage the release of an update to an existing database.

I want the deployment option to generate a script that will contain the commands to change my existing database rather than create an entirely new one.

E.g I have 10 existing tables - one of which I drop in the new version and I create some new sprocs. I only want the deploy to script the Drop table and Create Procedure commands.

I am using VS2010 Premium.

Thanks!

© Stack Overflow or respective owner

Related posts about visual

Related posts about visual-studio-2010