Category Archives: Editorial

Reusing Tools for New Purposes

One of the things you learn early on in programming is that you ought to reuse code whenever possible. This often means refactoring code into functions or methods. This ensures that the code is more easily maintained and that the … Continue reading

Posted in Editorial | Tagged , | Comments Off on Reusing Tools for New Purposes

The Need for 256GB

I have seen a few people call for raising the RAM limit in the Standard Edition of SQL Server. In 2016, Aaron Bertrand voiced this, and for 2019, Glenn Berry asked that the limit be raised to 256GB. In the … Continue reading

Posted in Editorial | Tagged , , | 5 Comments

Most of Us Are Vulnerable

I saw this study recently, where most people think they are better-than-average drivers in the US. I thought about it myself afterward, and I think I’m maybe average. I do pay attention most of the time, I try to be … Continue reading

Posted in Editorial | Tagged | 2 Comments

It Isn’t Worth Automating

Every year I’m responsible for a portion of the Database Weekly newsletters. I used to do half, but right now Kathi, Grant, and I are on a rotation. Our boss puts out a schedule each year, which tells me the … Continue reading

Posted in Editorial | Tagged , | 1 Comment