Hello,
I have a DB in SQL 2008. I created a DB project for it in visual Studio and was able to deploy from Dev to Prod using the SSDT tool.
Now I am making changes to the DB and comparing the dev version to the projects. I am selecting the objects I want to update the project with clicking on update, but nothing is actually getting updated in the project.
Once the project gets updated I will then use it to update prod.
Does anyone have any ideas of why it is not working?
Thank you