I want to know if we can limit the deployment script generated by the VS2010 database project so that it contains only the database objects that were modified and not the entire drop and create sequence.
For instance, after successive changes are incorporated, the next version script must only contain the stored procedures, functions or tables that were modified. I tried unchecking the "Always Recreate Database" option. However it just creates a script for entire database.
I have tried to find similar questions and I found some that are close to what I need, but still do not solve my problem.