MS SQL: Mitigating schema changes/upgrades

Posted by bradhe on Stack Overflow See other posts from Stack Overflow or by bradhe
Published on 2010-05-10T01:36:57Z Indexed on 2010/05/10 1:38 UTC
Read the original article Hit count: 316

I haven't spent a ton of time researching this yet, mostly looking for best practices on upgrading/changing DB schemas.

We're actively developing a new product and as such we often have additions or changes to our DB schema. We also have many copies of the DB -- one for the test environment, one for the prod environment, dev environments, you name it. We don't really want to have to blow away test data every time we want to make a change to the DB. s Are there good ways of automating this or handling this? None of us have really ever had to deal with this so...

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about best-practices