Tonie Huizer

With 20+ years of experience Tonie likes to read, experiment, talk and write about software.
In his stories he explains Azure, SQL and other Microsoft technologies with (if possible) one central topic Whisky!
  • Interests: Other than IT related ;-) Whisky, vintage Mercedes Benz cars, Kooikerhondje Sammie

SQLServerCentral Article

A Version Control Strategy for Branch-based Database Development

The migration to a different VCS should not be underestimated, as there is a lot more involved than just switching tools, and that’s what Tonie Huizer covers in this article.
First, the team needed to migrate the monolithic repos over to Git, second the team needed to make sure we had a branching strategy and workflow in place.
It involved a big process change for the team as well, but this switch is mandatory to make full use of branch-based database development.

4.4 (5)

You rated this post out of 5. Change rating

2023-02-08

6,542 reads

SQLServerCentral Article

DIY Database Clones

This article explores the 'shadow copy' and 'disk virtualization' services built into the Windows operating system and explains a basic solution demonstrating how the technology is used to copy the data and log files for a live SQL Server database into an 'image', from which we can create multiple, lightweight copies, or clones, of the original database.

5 (6)

You rated this post out of 5. Change rating

2021-04-29

5,102 reads

Blogs

Microsoft Purview GA menu’s

By

The new data governance features in Microsoft Purview are now being made generally available...

Connect to Power BI as a Guest User in another Tenant

By

Sometimes your Microsoft Entra ID account (formerly known as Azure Active Directory) is added...

Parsing EXE Output in PowerShell

By

I saw a post internally that asked this question: Anyone have a handy powershell...

Read the latest Blogs

Forums

GIT Configuration and Automated Release for Azure Data Factory

By Sucharita Das

Comments posted to this topic are about the item GIT Configuration and Automated Release...

Condor Airlines BOS Terminal

By daineljones65

Condor Airlines BOS Terminal : Connecting Travelers to Europe Introduction Condor Airlines, a prominent...

Azure SQL Managed Instance: RESTORE HEADERONLY is terminating abnormally. (Micro

By Arjun SreeVastsva

I'm trying to restore my database into Azure SQL Managed instance from blob storage...

Visit the forum

Question of the Day

Concat Addition

What is the result of this code?

SELECT CONCAT(1, 2, 3) + 4

See possible answers