Category Archives: Editorial

Being Responsible for Data

For much of my career, I’ve run SQL Server Central. A large part of the popularity of the site is from the forums, where people can pose questions about their struggles with SQL Server and get answers from the community. … Continue reading

Posted in Editorial | Tagged | 2 Comments

Capturing Data Changes

While working with a customer recently, I saw some code from them that used the OUTPUT and INTO clauses of an UPDATE statement to capture the changes made into another table. In this case, as users updated code strings in … Continue reading

Posted in Editorial | Tagged , | Comments Off on Capturing Data Changes

How Important is Zero Downtime?

As I work with more and more customers at Redgate, I see some interesting trends. During the pandemic (and prior), we got a lot of questions on zero downtime and how to achieve database DevOps without causing problems. Those are … Continue reading

Posted in Editorial | Tagged , | 1 Comment

Metrics and Measures

Many organizations have been trying to find better ways to build and deploy software for their customers. Whether they deal with the general public or internal customers, we know that delivering software that customers use can be a competitive advantage. … Continue reading

Posted in Editorial | Tagged , | Comments Off on Metrics and Measures