I think this will be an interesting topic. How do you keep track of your database changes? Let's say you are working on the development and you created 10 sprocs, Jim created 12 sprocs and 2 tables, Mary updated 2 sprocs and added a new column to the table. Now, how do you keep track of all these changes? What tools are you using to keep track of every little change so that when it is time for deployment we only run the new/updated SQL scripts.
Your thoughts!