2026-08-05
674 reads
2026-08-05
674 reads
This article covers a few common errors when attaching database files to an instance, with some information on how to resolve the issues.
2026-07-31
1,218 reads
From bloated error logs to risky logon triggers, a guide to auditing connections without killing performance.
2026-07-29
2,364 reads
One of the goals of software is to use the power of the computer to handle repeatable tasks. Steve notes that this can be hard at first, but the goal is that subsequent efforts become routine.
2026-07-27
115 reads
2026-07-27
503 reads
Build a process that captures your SQL Agent job history and changes across time.
2026-07-24
1,643 reads
2026-07-24
537 reads
Tracking metrics and reporting on them to others can help ensure everyone is aware of how your database servers are functioning. However, Steve notes that we have to agree on what we are measuring.
2026-07-22
213 reads
2026-07-15
732 reads
2026-07-13
681 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