The Costs of Multiple Platforms
Lots of organizations use multiple database platforms. Steve notes there is a cost to choosing to allow this.
2026-09-09
107 reads
Lots of organizations use multiple database platforms. Steve notes there is a cost to choosing to allow this.
2026-09-09
107 reads
2026-09-02
989 reads
What's the difference between SQL Server's row compression and page compression, and when does each one make sense?
2026-09-02
CVE-2026-47295 is a SQL Server vulnerability that lets a maliciously crafted database backup execute attacker-controlled code with sysadmin privileges during a routine RESTORE DATABASE operation.
2026-08-24
2026-08-24
1,542 reads
Read a story about how one company saved substantially on their cloud costs with a few simple changes and no interruptions to service.
2026-08-21
2,459 reads
Are there things you should never change or configure? Steve notes that is probably not the best policy.
2026-08-19
94 reads
2026-08-19
1,316 reads
The article covers four connected areas: over-privileged database users, msdb and SQL Server Agent exposure, privileged maintenance jobs, and trigger-based permission hijacking.
2026-08-10
2026-08-07
883 reads
I’m excited to announce the release of a new open-source project that fully automates...
One of my favourite features of SQL Server 2022 was the T-SQL Snapshot Backups....
By Steve Jones
I have said and written this many times: Redgate Software is the type of...
Comments posted to this topic are about the item AI Experience Gap that we...
Comments posted to this topic are about the item Squared Values
Comments posted to this topic are about the item I Don't Want To Do...
What happens when I run this code in SQL Server 2022?
SELECT SQUARE('12') See possible answers