One of the biggest challenges I have been having is keeping the checked in db in line with the version of the db under my bin folder. Like with Parent Usage, I had tried to keep it updated, but screwed it up.
I have also been trying to keep the SQL Script up to date as I go.
So one thing I would like to do is
- Get the SQL script all up to date
- Have cruise control generate the database
- Run an expanded set of unit tests against this generated database.
I think that might catch some of these types of problems faster.
Does this sound possible?