Is it possible to use MS VS Database Project as a complete solution for database versioning?
- 阅读更多 关于 Is it possible to use MS VS Database Project as a complete solution for database versioning?
In our project we have several production databases and many devs. Each production database represents some "sub-project/localization version". We use SQL Server 2008. So, I need to develop database versioning strategy using MS Visual Studio Database Project. I have read a lot of articles about database versioning and database projects, but I still have a lot of questions: How developers should implement theirs changes to db project? (Best practice) How to generate the 100% workable "latest version" deploy script without human intervention (skipping some objects, rewriting some changes, etc)?