26.04.2023
Fixing SQL Server connection errors 64 and 233
In the past couple of weeks I’ve ran into a few situations where users working on development instances…
31.01.2023
My SQL Server Management Studio 19 configuration
Since SQL Server Management Studio 19 has just been released last week, I’ve figured I’d take this opportunity…
17.01.2023
Save execution plan files via PowerShell
In this post I’ll demo how to use PowerShell to retrieve execution plan files from a SQL Server…
29.12.2022
Setting up a Windows Server 2022 VM in VirtualBox
In a previous post I’ve covered the process of setting up a Windows Server 2019 VM in VirtualBox….
20.12.2022
Using ChatGPT to write T-SQL
I figured I might get ChatGPT to write T-SQL, test out the results, and see how it compares…
09.12.2022
Getting away with multiple NULLs in a unique constraint
In this post I’ll go over the relationship between unique constraints and NULLs in SQL Server, and how…
06.12.2022
PSBlitz – 2.1.0 update
Version 2.1.0 of the PSBlitz SQL Server diagnostics collection and output tool brings bug fixes, quality of life…
15.11.2022
Getting the sysadmin role via trustworthy database
In SQL Server, members of a database’s db_owner role can end up getting membership in the sysadmin server…
11.11.2022
Build VMs in Oracle VirtualBox using PowerShell
In this post I’ll go over the process of building both Linux and Windows VMs in Oracle VirtualBox…
10.11.2022
Setting up a Windows Server 2019 VM in VirtualBox
In a previous post, I’ve covered how to build an Ubuntu VM and install SQL Server on it….
Thank you! Yes, DAC would be a viable alternative to starting the instance in single user mode. The only thing…