Skip to content
Microsoft logo

Patch your SQL Server instance today

  • by

On 14 February 2023, Microsoft released updates for all supported versions of SQL Server in the form of a General Distribution Release (GDR). A GDR is an out-of-band update that usually includes bug fixes and/or… 

Western Digital WD Red internal HDD sliced in half on pink surface

You can’t secure your network with spite

  • by

I wrote a post a couple weeks ago about not changing port 1433 for security reasons. I received this comment, which is not visible on that page because it warrants a lengthy response. I have… 

Glasses, calculator, tablet, white neat desk

System-versioned ledger tables: the next step

  • by

In the first post of this series, we learned about a new type of system-versioned table that also works at the database level and introduces a mechanism that demonstrates whether your database has been tampered… 

Glasses, calculator, tablet, white neat desk

Introducing system-versioned ledger tables

  • by

As long-time readers of this blog know, I’m a big fan of temporal tables, also known as system-versioned temporal tables. Until recently, temporal tables were synonymous with system-versioned tables, but all that changed a short… 

A locked smartphone

Why you need a Dead Man’s Switch

  • by

Right off the top here, I must note that the term “dead man’s switch” is archaic, so for the rest of this post I’ll refer to it as “operator presence control,” or OPC. The concept… 

chain and padlock

A new malware attack on SQL Server

  • by

Tencent Security has released a report (written in Chinese) describing a new malware attack by the name of “MrbMiner” on SQL Server instances exposed to the Internet with passwords that can be brute-forced. According to the report… 

red LED signage

What is a strong password anyway?

  • by

Background Fellow Microsoft MVP Troy Hunt (blog | Twitter) has been operating the website Have I Been Pwned (HIBP) for a number of years now. For the record, “pwned” is pronounced like “owned” but with a… 

Detail of a building in Ottawa, Canada

SQL Server 2019 is here

  • by

With the release of SQL Server 2019, I wanted to highlight in a single place some things that I’m excited about. Drawing on sessions I presented this year at SQLBits and SQL Saturday Edmonton respectively,… 

A steel padlock

When security and news collide

  • by

Behold! There’s a scary monster called skip‑2.0, announced by ESET: This backdoor targets MSSQL Server 11 and 12, allowing the attacker to connect stealthily to any MSSQL account by using a magic password – while… 

How to really store a password in a database

  • by

Recently I wrote: Don’t store passwords in a database. I stand by this statement. I expected a lot of flak because I didn’t explain myself. This post goes into a bit of an explanation of…