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 …
SQL Server
-
-
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 …
-
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 …
-
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 …