Data Types - Does size really matter? - nvarchar vs. varchar
top of page
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 16, 20232 min read
How To Identify The Grain
Creating a data warehouse can be challenging. Identifying the grain is one of the most important parts of having a quality data...
Aug 2, 20232 min read
Disable Activity is Finally Available in Azure Data Factory!
Since I first used Azure Data Factory, I looked for the 'disable' option on an activity, and it wasn't there! I quickly went to the ideas...
Jan 30, 20232 min read
SQL Saturday Jax 2023 Updates
We have a date and are planning SQL Saturday Jacksonville's 15th Anniversary event! Since my recent but late post on how we ran SQL...
Nov 27, 202212 min read
How We Ran SQL Saturday Jacksonville In 2022
2022 is the first year post PASS and the SQLSaturday.com website containing the tools created by PASS for SQL Saturdays. So, I wanted to...
Nov 18, 20211 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...
Jul 20, 20213 min read
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 12, 20213 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...
Apr 13, 20212 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...
Sep 28, 20202 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...
Jul 14, 20207 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,...
Jun 2, 20201 min read
How To Configure PowerBI Template for Octopus Deploy Cloud Reporting
Click here to download the SQL Server PowerBI Template - OctopusDeployCloud.pbt (https://bit.ly/2ZAKLUr) Once you have downloaded the...
Jun 2, 20201 min read
How To Configure PowerBI Template for Octopus Deploy Local Instance Reporting
Click here to download the SQL Server PowerBI Template - OctopusDeploySQLServer.pbt (https://bit.ly/2C9iuvf) Once you have downloaded the...
May 19, 20202 min read
How to Connect To Your Octopus Deploy Cloud API
To start setting up your Octopus Deploy API connection you will need an API Key. First, you need to connect to your Octopus Deploy cloud...
May 12, 20201 min read
How to Install PowerBI Desktop
To download your copy of PowerBI Desktop, go here and download the latest version here https://www.microsoft.com/en-us/download/details.a...
Jan 7, 20202 min read
How To Move SQL Server Data Files
There always seems to be a need to move database files, whether it's a new system I'm setting up or an existing system that needs...
bottom of page