By lowellheddings
via codinghorror.com
Published: Dec 15 2006 / 08:14
The database is a critical part of your application. If you deploy version 2.0 of your application against version 1.0 of your database, what do you get? A broken application. And that's why your database should always be under source control right next to your application code.
Comments
satov replied ago:
Very true (to second my vote). I had bad experiences with fellow programmers that sent me .bak files when they changed the database structure (as opposed to CREATE scripts).
Voters For This Link (15)
Voters Against This Link (0)