New SQL AI Developer Associate Certification
Explore the new SQL AI Developer Associate certification to enhance your skills in AI-driven SQL solutions.
Explore the new SQL AI Developer Associate certification to enhance your skills in AI-driven SQL solutions.
Explore SQL Server at FABCON & SQLCON 2026, where Microsoft highlights its elevation and modernization in data platforms.
Business continuity is a foundational requirement for database platforms. Azure SQL provides multiple layers of resiliency that protects your data, maintains availability, and enables recovery from both localized failures and large-scale regional outages. (Download Presentation from Data Saturday Chicago) Let’s break down how the concepts of Business Continuity and Disaster Recovery (BCDR) works in Azure SQ. We…
Microsoft recently announced updates and fixes for SSMS 22.3. While the release included many quality-of-life fixes, it also introduced a deceptively powerful addition called Database Instructions. This feature stood out to me as it can fundamentally changes how GitHub Copilot understands your database, not just its schema, but its meaning….
Discover the latest SQL Server security updates: March 2026 for SQL Server 2016 through SQL Server 2025 and ensure protection.
TempDB has consistently been regarded as one of the most essential and, historically, overlooked components within SQL Server. When TempDB goes wrong, it rarely fails quietly. A single runaway query, poorly designed report, or unexpected workload spike can consume TempDB space and bring an entire instance to its knees. With…
Explore Fast Failover in SQL Server 2025 with advanced telemetry and intelligent failover logic for improved high availability.
Accelerated Database Recovery (ADR) is one of the most impactful engine changes introduced with SQL Server 2019. The goal of ADR is to dramatically reduce database recovery and rollback time, even in the presence of long‑running transactions. What Is Database Recovery? In a previous post, I discussed the SQL Server Restore and Recovery…
Unlock performance with non-clustered indexes in SQL Server and learn best practices for effective query optimization.
Explore the importance of indexes that cover a query and how they can improve SQL Server performance and eliminate lookups.