Recently I was reading the docs for `Backup-DbaDatabase` and found a parameter I didn't realise existed, but is so useful when you want to automate backups, but keep control of the file names.
Have you ever had to do a little switch-a-roo on a table? Renaming the current one to append _old, so you can create a new one in it's place? Have you ever forgotten to go back and clear those up? Well, if so, this short blog is for you!
Azure Container Registries can easily become cluttered with many versions of images. Did you know that each ACR sku comes with a certain amount of storage included, and when you go over that, you'll pay overage charges. Let's look at how to check your current storage, keep your registry nice and tidy with an ACR clean-up task, and monitor the storage levels so you'll never pay extra again!
If you've ever wished you had a spare SQL Server instance lying around for some testing, then this is the post for you. We'll spin up a new instance in seconds, and be able to test most things against it!
Remove all the pieces and parts of replication with dbatools.