Recent Blogs
4 MIN READ
Azure SQL Data Sync is commonly used to keep selected tables synchronized between a hub database and one or more member databases. In some cases, you may discover a data “gap”: a subset of rows that ...
Mar 13, 202654Views
0likes
0Comments
Transparent Data Encryption (TDE) in Azure SQL Database encrypts data at rest using a database encryption key (DEK). The DEK itself is protected by a TDE protector, which can be either:
A service...
Mar 10, 2026118Views
5likes
0Comments
Recently, I worked on an interesting customer case involving intermittent query failures while fetching reporting data from a read replica.
The customer was running their database on the Azure SQL ...
Mar 04, 2026136Views
3likes
0Comments
Applies to: Azure SQL Database (Change Tracking enabled)
Recap (Part 1)
In Part 1, we covered how to detect “orphaned” records in Change Tracking (CT) side tables — rows whose sys_change_xdes_id ...
Feb 27, 2026105Views
0likes
0Comments
Applies to: Azure SQL Database Scenario: Change Tracking (CT) side tables grow unexpectedly, and “orphaned” rows appear after switching between auto-cleanup and custom/scheduled manual cleanup.
Th...
Feb 27, 202686Views
0likes
0Comments
2 MIN READ
Issue
While enabling CDC at the database level on Azure SQL Database using:
EXEC sys.sp_cdc_enable_db;
GO
the operation fails.
Error
The customer observed the following failure when runni...
Feb 27, 2026114Views
0likes
0Comments
Why this matters: Under the EU Digital Operational Resilience Act (DORA), many financial entities are strengthening requirements around ICT risk management, third‑party risk oversight, and—critically...
Feb 27, 2026187Views
0likes
0Comments
Security and compliance teams often ask for “offline backups” and “immutable backups” as part of ransomware resilience, audit readiness, and recovery strategy. In Azure SQL Database, these terms map ...
Feb 27, 2026214Views
0likes
0Comments
Issue
An issue was brought to our attention recently by a customer where we noticed that the cx DB was Inaccessible. On further investigation, it was concluded that the database was encrypted with ...
Feb 25, 2026296Views
0likes
0Comments
When Change Tracking (CT) is enabled, SQL Server (and Azure SQL Database) stores lightweight change metadata so applications can query “what changed since version X?”. Under the hood, CT maintains:
...
Feb 18, 2026144Views
0likes
2Comments
Tags
- azure sql database157 Topics
- Azure SQL DB70 Topics
- azure sql60 Topics
- performance55 Topics
- Connectivity49 Topics
- azure sql managed instance22 Topics
- azure22 Topics
- bacpac16 Topics
- powershell15 Topics
- sql15 Topics