#Windows Server

SQLServerCentral Article

Set up a Windows Server Fail-over Clusters (As a Precursor to High Availability in Standard Edition)

  • Article

Setting up High Availability in SQL server has some prerequisites. One of these is that the database servers must be members of the same Windows Server Failover Cluster. In this article I show how to succesfully set up WSFC and activate Cluster Aware Updating

5 (1)

You rated this post out of 5. Change rating

2024-06-28

757 reads

Blogs

T-SQL Tuesday #176: That Piece of Technical Advice for the Past Me

By

DIVERSIFY! We devote a lot of time to mastering the technology that we are...

Export Azure SQL DB to Storage

By

After a data migration, we needed to decommission the old Azure SQL DBs, but...

So You Want to Deploy Power BI Project files (PBIPs)?

By

Have you heard the news about the new Power BI Project files? Okay, maybe...

Read the latest Blogs

Forums

Level 1 of the Stairway to Synapse Analytics - Create a Synapse Workspace

By Sucharita Das

Comments posted to this topic are about the item Level 1 of the Stairway...

How to improve index rebuild for very large table.

By JasonO

My online index rebuild job for a 200G table with 40mil rows took me...

SQL code needed for the WHERE clause..

By Tamrak

I have a table with data appending on a daily basis. We plan to...

Visit the forum

Question of the Day

The Variable DateName

What is wrong with this code?

DECLARE @p NVARCHAR(10) = 'year'
SELECT DATEPART(@p, GETDATE())

See possible answers