Stairway to Transaction Log Management in SQL Server, Level 5: Managing the Log in Full Recovery Mode
In FULL recovery mode it is possible to do a point-in-time restore of a database. It is thankfully a rare event. Tony explains what's involved
In FULL recovery mode it is possible to do a point-in-time restore of a database. It is thankfully a rare event. Tony explains what's involved
Technical debt is something all of us deal with in our systems, and today Steve has a few thoughts on the impact of debt on database sysstems.
Starting in SQL Server 2025, a new edition is available for installation: SQL Server Developer Standard Edition. This article dives into this edition, the problems it solves, and why it is a great addition for development teams that use SQL Server!
What is your choice for data warehousing? Is it a cloud platform? Which one is attractive to you?
Misusing MAXDOP can silently kill performance across your SQL Server. In this deep dive, we uncover how one bad query caused CPU meltdown, run real-world tests, and show how tuning—not parallelism—often holds the true fix.
There are multiple reasons for no full backup: corrupted backups, taking too much time to restore, etc. In this post, I want to show an alternative for these cases, an ace up one’s sleeve, that you can use to recover data.
There is something magical about SQLBits. Whether it is the technical sessions, the sense of community and fun, or the relentless commitment to learning about the latest innovation, this event continues to serve as a pulse check for where data is today and where it’s going tomorrow. This year’s SQLBits at the ExCel in London […]
Learn about a few different options for migrating from Microsoft SQL Server to PostgreSQL.
Steve wonders if it is worth it to use multiple monitoring systems for a database.
Computer network security is important, and it's something we ought to be more concerned with as data professionals.
By SQLPals
Measuring and Improving SQL Server Query Plan Cache Efficiency The query...
By Brian Kelley
I may think I'm trying to reach the crowd, but I'm really trying to...
By Steve Jones
During a demo of Redgate Monitor Enterprise to a customer, they asked about how...
Comments posted to this topic are about the item The Technical Debt Anchor
Comments posted to this topic are about the item Getting the Updated Column List
Here's the complete error: An error occurred during local report processing. The definition of...
What happens when I run this code in SQL Server 2022?
UPDATE dbo.CustomerLarge SET CustomerContactFirstName = 'Andy' WHERE CustomerID = 1 SELECT COLUMNS_UPDATED()See possible answers