This post is my suggested guideline on how to test SQL Server backups to ensure their viability and avoid a “Schrödinger’s backup” scenario. What’s Schrödinger’s backup? The term is derived …
-
-
In this blog post I demo cracking SQL Server 2025 login passwords offline with hashcat, including the current stable release (7.1.2) which doesn’t officially support MSSQL 2025. Note: If you’re …
-
In this post I’ll go over three points that are vital in preventing SQL injection when working with dynamic T-SQL. What is SQL injection SQL injection (aka SQLi) is a …
-
This is my second time participating in T-SQL Tuesday, and Steve Hughes‘s invitation about an impactful session from a conference brought back some memories from 11 years ago. My experience …
-
In this post I provide some examples as to why FLOAT isn’t the best option for storing exact financial data in SQL Server. During the last couple of years I’ve …
- PowerShellSQL Server
PSBlitz v6.0.0: GUI Mode, HTML Overhaul, and Google Cloud SQL Support
by Vlad DrumeaIt 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 …