It took me a while, considering the previous release was back in December, but the latest release of PSBlitz (6.0.0) is finally out and it brings GUI Mode, Dark Mode, …
-
-
The latest update to SSMS 22 adds 4 new results export formats: Excel, JSON, Markdown, and XML.In this post I cover where to find the new export formats and one …
-
In this post I cover the steps required to change (downgrade or upgrade) the edition of a SQL Server instance running on Linux. In my previous post I’ve went through …
-
Previously I’ve set up an Ubuntu 24.04 VM, so I figured I’d cover the process of setting up SQL Server 2025 on Ubuntu 24.04. The post is mainly aimed toward …
- Home LabPowerShellVirtualBox
Set up an Ubuntu 24.04 LTS VM in VirtualBox using PowerShell
by Vlad DrumeaI needed a fresh Ubuntu VM in VirtualBox this weekend so I figured I can take this opportunity to refresh my PowerShell based process. Prerequisites For this VM I’m using …
-
This is my first time participating in T-SQL Tuesday, and Louis Davidson‘s invitation about learning from mistakes seemed like the perfect opportunity. Backstory To no one’s surprise, I wasn’t always …
-
In this post I cover some unpleasant side-effects of using heaps in SQL Server for anything else than staging tables. In the past couple of months I’ve been running into …
-
It’s time for my annual roundup of the most popular blog posts in 2025 by views, likes, and comments. This year also came with an important milestone – passing the …
-
I recently ran into SQL Server’s page compression being applied to a heap, and I figured I’d cover why that won’t work how some folks expect. SQL Server’s page compression …
-
In this post I demo a PowerShell script I wrote to extract and decrypt SSMS 21 and 22 saved connection information. This script builds on the one for importing saved …