Databricks Data and AI Summit – First Thoughts
Hello and welcome! I know I’m very late to the party — it’s been about a month since the Databricks Data + AI Summit, but I’ve finally had a bit of time to catch up and pull together some of…
Hello and welcome! I know I’m very late to the party — it’s been about a month since the Databricks Data + AI Summit, but I’ve finally had a bit of time to catch up and pull together some of…
Keeping your SQL Servers up to date can be a real pain, especially with how frequently Microsoft releases cumulative updates (CUs). But staying current is critical — not just for performance, but for security compliance and reducing your vulnerability to…
Allow me to introduce you to dbatools, a potent tool that can greatly simplify your life if you’re new to managing SQL Servers or are just beginning your engineering career. We’ll go over what dbatools is, why early-career engineers need…
Ever tried running a PowerShell scripts and got slapped with this message: “Execution of scripts is disabled on this system.” — don’t worry. You’re not alone and we’ll get up and running in no time. ❓ What Does This Error…
If you’re using dbatools with PowerShell and run into the error: “The certificate chain was issued by an authority that is not trusted” This is a fairly common issue when working with remote SQL Server connections. The good news? There’s…