top of page


SQL Server 2025 Backups - New ZSTD Compression
Compression was introduced in SQL Server version 2008. While it helped, the compression ratios were frequently too low to justify the...
Aug 123 min read
Â
Â
Â


How To Call Microsoft Graph API From SQL Server
Calling APIs directly from SQL Server has been available in Azure SQL DB since 2022, but now it's available in on-prem in SQL Server 2025...
Jul 22 min read
Â
Â
Â


How To Call APIs From SQL Server
Calling an API has been in Azure SQL since 2022, but it was only recently added to SQL Server 2025 Preview. This new feature...
Jul 14 min read
Â
Â
Â


How To Test SQL Server Disk IO Throughput
When managing large databases or high-transactional databases, the performance of your underlying storage system is crucial, whether it...
Jun 173 min read
Â
Â
Â


Are Your Disks Lagging?
Recently, one of my clients was experiencing performance issues with their SQL Server. Although the server was not underpowered from a...
Jun 165 min read
Â
Â
Â


New Azure VMs that perform close to on-prem servers?!
Working with large databases, multi-terabyte in size, I've had clients who have wanted to move to the cloud. However, after testing and...
Jun 122 min read
Â
Â
Â


Getting Started with SQL Server 2025 Public Preview: A Step-by-Step Installation Guide
A step-by-step guide to installing SQL Server 2025 Private Preview.
Jun 44 min read
Â
Â
Â


Uninstall PolyBase from SQL Server
If you have SQL Server 2019 or SQL Server 2022 installed with PolyBase and you try to install SQL Server 2025, it will fail during...
May 231 min read
Â
Â
Â


SQL Server Autogrowth Settings Changes
Today, I want to discuss a topic that has been a bit of a headache for database administrators and consultants: the changes to SQL...
Feb 1, 20242 min read
Â
Â
Â


Data Types - Does size really matter? - nvarchar vs. varchar
How many of us have created a new table and used the default and first data type nvarchar for all of the text/alphanumeric fields, or had...
Aug 18, 20233 min read
Â
Â
Â


Parquet, CSV, or SQL Server with PowerBI
Recently a question came up on the various file types that would be best to load into PowerBI, so I ran a few tests to see how it would...
Feb 27, 20232 min read
Â
Â
Â


SpeedPass
A new way to create the SpeedPass for SQL Saturday Events.
Jul 25, 20225 min read
Â
Â
Â


Code On The Beach - 2022
Join me for some Sun, Sand and Code in Atlantic Beach, Jacksonville, Florida for this years Code on the Beach event. I am excited to have...
Jul 7, 20221 min read
Â
Â
Â


Max Degree of Parallelism - Does it Matter?
Recently I encountered a Microsoft SQL Server with relatively high and very consistent CPU usage with few peaks and valleys. When...
Nov 18, 20211 min read
Â
Â
Â


SQL Cluster Issues with Storage Spaces Direct - (S2D)
Bottom line? Don't use it! At least don't use it for a SQL cluster directly. Recently I stumbled on a configuration using S2D (Storage...
Jul 12, 20213 min read
Â
Â
Â


Trace Flag 1117 and SQL Server 2019
For VLDBs I've always created multiple files for each file group and had to set the trace flag 1117 on to ensure that all files grow at...
Apr 13, 20212 min read
Â
Â
Â


Data Types - Does size really matter? - DateTime vs. DateTime2
How many of us have just created a new table and put a Created Datetime and Modified Datetime field in with the default DateTime...
Mar 15, 20213 min read
Â
Â
Â


How To Restore TDE Keys and Database to a New or Different SQL Server
In this article, we will cover the specific steps to restore a set of TDE keys and a database to a new and or different server. This...
Sep 28, 20202 min read
Â
Â
Â


How to build a PowerBI Report for Octopus Deploy
I recently performed an analysis of some data I pulled from my Octopus Deploy database using PowerBI Desktop. The reports I created,...
Jul 14, 20207 min read
Â
Â
Â


Where Are Your Tables And Indexes Stored?
Recently, I started receiving multiple database filegroup growth alerts from my Idera SQL Diagnostic Manager. As this wasn't usual, I...
Jun 8, 20204 min read
Â
Â
Â
bottom of page

