show/hide this revision's text 2 added 26 characters in body

For my company ...

It's a hard and fast rule that, when possible, the database MUST be backwards compatible with the current version of the software. If it's not resort to tar and feathering tactics against the offender.

In our case, we write custom software application for our customers, so we have some flexibility on how we can implement things ... but more often or not, t**he the customer wants to view their changes with live data**data. So we have to be able to support the current version of the application, plus the new version of the application that customer is reviewing and approves.

Some other things we do is invested in R**ed Red Gate's Sql Compare and Sql Data Compare**Compare. This make sure changes from the development environment get moved into the production environment correctly.

We also have recently abandoned the use of stored procedures, as they provide an unnescessary layer of abstraction when it comes to maintenance ... and they are evil! =)

show/hide this revision's text 1

For my company ...

It's a hard and fast rule that, when possible, the database MUST be backwards compatible with the current version of the software. If it's not resort to tar and feathering tactics against the offender.

In our case, we write custom software application for our customers, so we have some flexibility on how we can implement things ... but more often or not, t**he customer wants to view their changes with live data**. So we have to be able to support the current version of the application, plus the new version of the application that customer is reviewing and approves.

Some other things we do is invested in R**ed Gate's Sql Compare and Sql Data Compare**. This make sure changes from the development environment get moved into the production environment correctly.

We also have recently abandoned the use of stored procedures, as they provide an unnescessary layer of abstraction when it comes to maintenance ... and they are evil! =)