This is a brief post showing how to migrate the sa password to another SQL Server instance without knowing it. Backstory I recently had to tear down an instance and …
Monthly Archives
February 2025
-
- PowerShell
Code sign PowerShell script with Certum’s open source code-signing certificate
by Vlad DrumeaIn this post I go over the process of using Certum’s open source code signing certificate to code sign PowerShell scripts. Why code-sign? In my case, to help anyone who …
-
This post demos a script I put together to help move SQL Server database files to another drive and folder by generating PowerShell and T-SQL commands. I’ve decided to make …