Docker

Creating a distributed Service Broker application with Docker

As you might know, I have written a long time ago a book about Service Broker – a technology within SQL Server that almost nobody is aware of and interested in. But Service Broker provides you an elegant way to implement reliable, distributed, message-based applications directly within the database. One of the hardest things to …

Creating a distributed Service Broker application with Docker + read more

Deploying a stand-alone SQL Server Instance into a Kubernetes Cluster

In my last 2 blog postings I have talked about how to deploy a SQL Server Availability Group into a Kubernetes Cluster. Today I want to continue to talk about Kubernetes, but I want to show you how you can deploy a stand-alone SQL Server Instance into a Kubernetes Cluster. Why? Before I show you …

Deploying a stand-alone SQL Server Instance into a Kubernetes Cluster + read more

SQL Server Availability Group Failovers in Kubernetes

In my previous blog posting I have talked about how to create a SQL Server 2019 Availability Group in Kubernetes. Today I want to continue with that discussion, and I want to show you how you can perform a Failover of such an Availability Group. Performing a Failover To perform an Availability Group Failover in …

SQL Server Availability Group Failovers in Kubernetes + read more