Moving on from my previous post, Creating Simple SQL Server test server with Terraform in Azure, I thought it may be fun to change the SQL Server version of an existing SQL Server. This assumes you made a mistake and want to wipe out the old version. It will not perform an upgrade in-place of […]
Terraform is an open source “Infrastructure as Code” tool, created by HashiCorp. Running a Terraform script will ‘build’ you a SQL Server in a few minutes and destroy it just as fast, so it is perfect for the purpose of standing up a SQL Server to test a theory or some code and then drop this server. […]