Tag Archives: software development

Debugging SQL Server

One of the tools that I found useful early in my development career was the debugger. Being able to track the values of variables, check the call stack, and pause execution of programs was handy. Early in my career, the … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on Debugging SQL Server

Selling Automation to Ops

The DevOps movement isn’t new in some companies. It’s the same coordination and teamwork that has existed for a long time between the development and operations staffs. Developers take advantage of the skills in Operations to get standardized environments for their work, … Continue reading

Posted in Editorial | Tagged , , , , | 1 Comment

Testing

It seems that software always contains bugs. No matter how much time and effort is spent building an application, there will be issues. Sometimes this is because of a lack of testing, and sometimes this is because of poor testing, … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Testing

Recovering from Bad Deployments

Someone asked me recently if I stored backups of my database in version control. This person wanted to recover from a bad deployment and use a backup to do so. They felt that keeping a copy of the backup in … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on Recovering from Bad Deployments