Tag Archives: software development

Practicing Deployments

This editorial was originally published on Feb 18, 2013. It is being re-run as Steve is out of the office. It’s said that amateurs practice until they can get something right. Professionals practice until they don’t get something wrong. That’s … Continue reading

Posted in Editorial | Tagged , | Comments Off on Practicing Deployments

Rogue Algorithms

This editorial was originally published on Sept 5, 2-12. It is being re-published as Steve is on vacation. I have always thought that computers do some amazing things, but they tend to do what we tell them to do, even … Continue reading

Posted in Editorial | Tagged | Comments Off on Rogue Algorithms

Avoiding Stored Procedures

This editorial was originally published on Aug 13, 2012. It is bein re-published as Steve is on vacation. I ran across this piece from a developer on why he avoids stored procedures and thought it made some good arguments. The … Continue reading

Posted in Editorial | Tagged , | 2 Comments

Is Rollback Feasible for Database Changes?

One of the things I used to show people in SQL Compare was the ability to generate a quick rollback script by switching the source and target. We can generate a deployment script going from Dev to Production, switch the … Continue reading

Posted in Editorial | Tagged , | Comments Off on Is Rollback Feasible for Database Changes?