I created a data tier application project and imported the initial db schema. How do I update this project when a DBA makes a change to the db schema using SSMS? I want to re-import the database into the project again.
This is also relevant in projects where I use Entity Framework to drop and recreate the database on my development sql server. I then want to re-import the schema into the DAC project, and then deploy those changes to staging and production sql servers as a dacpac.