Problem description:
In our project we have one \"production database\" and many \"devs\". We want to know how we can manage and install the changes. We already have
Have you heard of Visual Studio Database Edition? If you are currently using VS Team Suite or VS Developer Edition, you get it free. It is a database schema management tool that version controls your schema, allows refactoring, builds, code analysis and deployment.
We use it to manage our DB schemas and deployments. Great tool.