Trace Flag 1448 – Lessons from a Technical Interview

In SQL Server environments where transactional replication runs alongside Always On Availability Groups (AGs), DBAs sometimes face a frustrating scenario: replication stalls when a secondary replica or subscriber is offline for maintenance, patching, or unexpected downtime. By default, SQL Server’s Log Reader Agent is cautious. It only marks transactions as ready for replication once they Read More …

How to Install DBeaver and Connect to a PostgreSQL Instance

Whether you’re a seasoned DBA or just exploring database tools, DBeaver offers a powerful, cross-platform GUI for interacting with PostgreSQL and many other databases. As a continuation of the previous blog post on installing PostgreSQL, this guide will walk through installing DBeaver and setting up a connection to the PostgreSQL instance we created.   Step Read More …

Troubleshooting SQL Server – Starting with the Error Log

We’ve all been there. Someone walks up and asks, “Is SQL Server having issues?” What’s your first move? For me, it starts with the SQL Server Error log. I zero in on the timeframe the requester mentioned and begin my investigation. Quick Review via SSMS For a fast, no frills check: Connect to the server Read More …

How to: Regain SysAdmin Access to a SQL Server Instance Without the SA Password

Hello, reader! Today, I’m going to walk you through a scenario that many DBAs encounter: accessing a SQL Server instance when you don’t have the SA password, and no login has SysAdmin privileges. Problem Have you ever inherited a SQL Server instance or been called in to troubleshoot, only to discover that no one has Read More …