top of page

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
0 comments

Testing Microsoft Fabric - Part 4
After several discussions with the Microsoft team and chatting with Sunil Sabat about the testing I was conducting, the conclusion was...
Jan 3, 20241 min read
0 comments

Testing Microsoft Fabric - Part 3
Sorry to disappoint you. In this post, we won't test Microsoft Fabric directly. We will compare Azure Data Factory (ADF) to Microsoft...
Nov 30, 20232 min read
0 comments

Testing Microsoft Fabric - Part 2
To quickly summarize where we are, we started testing Microsoft Fabric with a 10GB tar file, which took over 20 hours to extract, and now...
Nov 24, 20232 min read
0 comments

Testing Microsoft Fabric - Part 1
Shortly after Microsoft Fabric came out a few months ago, I created an account and started playing around. I love to push technology to...
Nov 14, 20232 min read
0 comments

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
1 comment

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
0 comments

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
0 comments


Compile and Present DiskSpd Results Using PowerShell and PowerBI
Over my years consulting, I've done quite a few performance tests for clients using DiskSpd (formally SQLIO), and I usually manually...
Jul 20, 20213 min read
0 comments

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 14, 20212 min read
0 comments

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 16, 20213 min read
0 comments
bottom of page