SQLServer

Setting a Processor Affinity in SQL Server – the (unwanted) Side-Effects

Today I want to talk about a very important topic in SQL Server – setting a Processor Affinity – and the unwanted side effects that you introduce with this approach. First of all I want to talk a little bit about what a Processor Affinity is, and how it relates to SQL Server. What is a …

Setting a Processor Affinity in SQL Server – the (unwanted) Side-Effects + read more

Adding a Replica back into a SQL Server Availability Group

In one of my last blog postings I have already described a common pitfall when you try to add a new Replica into an Availability Group. In today’s blog posting I want to talk a little bit more about how you can add a Replica back into an Availability Group – when you have removed …

Adding a Replica back into a SQL Server Availability Group + read more

Adding Replicas into existing Availability Groups

Last week I have blogged about how you can run the Availability Group traffic through a different network card. In today’s blog posting I want to talk about some side effects of this approach when you want to add a new Replica into an existing Availability Group. Add new Replicas SQL Server Management Studio is …

Adding Replicas into existing Availability Groups + read more

How to run the Availability Group Traffic on a different NIC

When you deploy a new SQL Server Availability Group, the synchronization traffic between all replicas is routed by default always through your default network card. In today’s blog posting I want to show you how you can configure your SQL Server Availability Group, so that the network traffic goes through a dedicated different network card. …

How to run the Availability Group Traffic on a different NIC + read more