SQLpassion BLOG

New Whitepaper: Architecting Microsoft SQL Server on VMware vSphere

Last week VMware has released a new whitepaper with the very promising title “Architecting Microsoft SQL Server on VMware vSphere”. If you have a virtualized SQL Server running on top of VMware, this whitepaper is a MUST READ for you!!! I’ve read through the whitepaper over the last few days, and the content seems quite …

New Whitepaper: Architecting Microsoft SQL Server on VMware vSphere + read more

Moving a SQL Server Availability Group to a different Subnet

Over the last few days I have reworked my home network design, and introduced a new subnet for all my SQL Server based VMs that are running in my VMware vSAN powered Home Lab. In this blog posting I want to describe the various steps that are necessary to move a SQL Server Availability Group …

Moving a SQL Server Availability Group to a different Subnet + read more

The unwanted Side Effects of enabling Read Committed Snapshot Isolation

A lot of developers are approaching me very often, and tell me that they are using the NOLOCK query hint to get rid of blocking situations in SQL Server. Unfortunately the NOLOCK query hint is not really a good solution when you hit blocking situations, because SQL Server can return you uncommitted data. Therefore I …

The unwanted Side Effects of enabling Read Committed Snapshot Isolation + read more