A step-by-step guide to using SAN-less failover clustering software to support SQL Server’s Always On Failover Clustering in the public cloud The thing about clouds is that they can change shape even ...
I'm trying to migrate a server that currently houses SQL and MSMQ. As far as I can tell, MSMQ is only present so that a sproc on SQL Server can send messages to a different messaging queue on another ...
Who knew that there would be so many different ways that cloud service providers could charge for services? You were expecting to pay for compute and storage resources, sure. And it’s not really ...
VPC ├─ Subnet-A (AZ-a) ── Subnet-B (AZ-b) │ └─ EC2: SQLNODE1 └─ EC2: SQLNODE2 │ Windows 2022 Windows 2022 │ SQL FCI node SQL FCI node │ └─ FSx for Windows File Server (Multi-AZ) ← shared storage + ...
1. Change registry key SqlCluster in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.x\Setup\ from 1 to 0 2. Disable TCP/IP in Server Network Protocols and enabled Named Pipes from ...