I\'ve had a hard time trying to find good examples of how to manage database schemas and data between development, test, and production servers.
Here\'s our setup. E
You could also look at using a tool like SQL Compare to script the difference between various versions of a database, allowing you to quickly migrate between versions