Category Archives: Editorial

Migrating a Large Database

I have upgraded lots of SQL Servers from one version to the next, and for the most part, the process has been smooth. That’s not always the case, and there have been some long nights where the Operations staff had … Continue reading

Posted in Editorial | Tagged | Comments Off on Migrating a Large Database

The Craziness of Code

Every once in a while I find a fun post that makes fun of programming. I think because the author is struggling with some piece of code, they write about the craziness of software development, often with an analogy that … Continue reading

Posted in Editorial | Tagged | 2 Comments

Scripting Makes Mistakes Easier Than Ever

A number of you likely use Atlassian products like Jira, Confluence, Opsgenie, or something else. You might have been affected by a large outage they had (post incident blog, Company Q&A, TechRepublic report) recently which lasted at least 9 days. … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Scripting Makes Mistakes Easier Than Ever

Using T-SQL over PoSh

Why would you use SSMS/T-SQL over PowerShell (PoSh)? When is T-SQL directly a better option than PoSh? That’s a question I ask myself regularly as I see articles and blogs that discuss how to accomplish a particular task using one … Continue reading

Posted in Editorial | Tagged , | 1 Comment