
The Hidden Cost of MAXDOP: CPU Spikes, Query Slowdowns, and ...
Introduction In our TB-scale production system, a few queries had MAXDOP 4 hardcoded into them. The goal was […]
Introduction In our TB-scale production system, a few queries had MAXDOP 4 hardcoded into them. The goal was […]
This whitepaper serves as an in-depth guide for database administrators (DBAs), software engineers, data architects, and even semi-technical […]
Welcome to the prologue article for a three-part series where I try to infiltrate the OS layer of […]
In this article, we will see how to handle images with AI. Sometimes we need to import the […]
Background In this case study series, we’ve explored how to use age and tally tables to support various […]
Performance tuning in Azure SQL Database can feel like solving a puzzle—get it right, and your queries fly; […]
Introduction Installing SQL Server can be a very boring and time consuming task, especially when you have to […]
The post Index Scans and Table Scans appeared first on SQLServerCentral.
Microsoft Fabric has been evolving since its general availability in November 2023. Developers have asked for a command […]
The post DMV Comparison for SQL Server 2019 vs Azure SQL Database appeared first on SQLServerCentral.
When you create a data pipeline in Microsoft Fabric, you typically use one or more connections. A connection […]
The post Power BI Mistakes to Avoid – Part 2 appeared first on SQLServerCentral.
Recently I worked on a neat little POC with Patrick Leblanc for a customer in Education who wished to […]
The post Top 5 Power BI Common Pitfalls appeared first on SQLServerCentral.
The post Introduction to GitHub Actions Part 2: GitHub-hosted runners appeared first on SQLServerCentral.
The post SQL STRING_AGG Function Use and Examples appeared first on SQLServerCentral.
Working with SSMS can sometimes be quite frustrating, but there are many options provided to make your day […]
The post Securing the DevOps Pipeline Part 2: Hardening Kubernetes and Cloud Security appeared first on SQLServerCentral.
Introduction Removing SQL Server Data File Without Downtime is one of important activities in enterprise production scenarios. Managing […]
The post SQL ASCII Function Use and Examples appeared first on SQLServerCentral.
The post Evaluating the Randomness of SQL Server Random Number Functions appeared first on SQLServerCentral.
Working with dates in SQL Server is something almost every developer runs into. You might need to figure […]
The post SQL Server Cursor Example appeared first on SQLServerCentral.
Introduction In modern database management, data synchronization plays a critical role in processes like data warehousing and ETL […]
The post Return stored procedure parameter values to a calling stored procedure appeared first on SQLServerCentral.
Introduction Many high-volume data sources, including sensors, logs from mobile applications, and the Internet of Things, operate in […]
Introduction Meta AI from Facebook is one of the last big technology giants’ contenders in the AI battle. […]
The post Using try catch in SQL Server stored procedures appeared first on SQLServerCentral.
I wrote a piece on getting started with the Data API Builder (DAB), which looked at how this […]
The post Using the CASE expression instead of dynamic SQL in SQL Server appeared first on SQLServerCentral.
Introduction When working with table-valued functions (TVFs) or subqueries, the CROSS APPLY and OUTER APPLY operators provide flexible […]
The post Using the Default Trace in SQL Server appeared first on SQLServerCentral.
If you’ve written SQL for a while, you’ve likely bumped into COALESCE and ISNULL. Both are handy for […]
This is a short series on the Modern Data Platform in Microsoft Fabric. The articles in this series […]
The post Securing the DevOps Pipeline Part 1: Tools and Strategies for Safer Deployments appeared first on SQLServerCentral.
To solve a complex business problem, one needs to break the process into smaller solvable steps. Today, we […]
The post How to Remove Constraints from a SQL Server Table appeared first on SQLServerCentral.
Introduction A calendar or date dimension table is essential for data analysis and reporting. It allows users to […]
The post The complexity of using Power BI in US Sovereign Clouds appeared first on SQLServerCentral.
Introduction This article explores a very common construct in standard SQL and Transact-SQL – the SQL Server Update […]
The post Killing a SPID and Checking Rollback progress in SQL Server appeared first on SQLServerCentral.
The post Navigating Your Test Data Challenges: Insights and Solutions appeared first on SQLServerCentral.
The post Introduction to GitHub Actions Part 1: Getting Started appeared first on SQLServerCentral.
Have you ever needed to combine data from two different tables or queries in SQL Server? Maybe you’ve […]
The post DAX CASE Statement Functionality using IF, SWITCH and SWITCH True appeared first on SQLServerCentral.
Introduction As you may know, in the early days of SQL Server Clustering, Microsoft advised to provide each […]
The post Scales & Measurements appeared first on SQLServerCentral.
Microsoft has been talking about the Modern Data Platform for a long time. I first heard about this […]
Introduction I was happily resting in Samaipata, a pre-Inca temple admiring the ruins with our guide when a […]
The post Basic Regex Emulator for SQL Server appeared first on SQLServerCentral.