Category Archives: Editorial

Bare Metal

At the first job I had as a DBA, I had to build a new server. This was in the days of SQL Server 4.2, and I was combination DBA, sysadmin, and general help desk at a small company. With … Continue reading

Posted in Editorial | Tagged , | Comments Off on Bare Metal

Planning for a Bad Day

Are you ready to get a new job? I’m not talking about you deciding you want a new job and working towards that goal, but rather getting surprised by a layoff or termination today. If your boss called you into … Continue reading

Posted in Editorial | Tagged | Comments Off on Planning for a Bad Day

Securing All Your Connections

I read an interesting blog from the cyber security team at Microsoft, noting you should use TLS for your SQL Server connections. I would assume most professionals know that using TLS and secure protocols across the network is important. I … Continue reading

Posted in Editorial | Tagged , | Comments Off on Securing All Your Connections

Concurrency Challenges Around Schema Changes

I saw a great question on Twitter from Frank Pachot, a developer advocate of Yugabyte. He wrote: Without thinking how your preferred database deals with it, what do you expect if: session 1 starts to reads table T session 2 … Continue reading

Posted in Editorial | Tagged , | 2 Comments