Do you guys keep track of stored procedures and database schema in your source control system of choice?
When you make a change (add a table, update an stored proc,
I think you should write a script which automatically sets up your database, including any stored procedures. This script should then be placed in source control.