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 …
Monthly Archives
November 2025
-
-
I wasn’t really planning on writing a blog post today, but I got curios if there’s any way in which connections saved in SQL Server Management Studio 21 can be …
-
SQL Server Management Studio 22 just went GA this week, so I figured I’d document my new configuration in a blog post. A while ago I made a post about …
- ScriptsSecuritySQL Server
Replicating SQL Server 2025’s PBKDF2 hashing algorithm using T-SQL
by Vlad DrumeaIn this post I talk some more about SQL Server 2025’s new PBKDF2 and demo a method to replicate it using T-SQL. Intro Back in June I wrote a post …