SQL 2019 Failover Cluster Instance (FCI) node limit

Rony Paul 6 Reputation points
2021-08-01T05:36:24.933+00:00

We are planning to deploy a 4-node SQL Failover Cluster Instance. Is it possible to deploy 4 node SQL FCI (not Always on availability group) using SQL Standard edition license?

SQL Server | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Ronen Ariely 15,206 Reputation points
    2021-08-01T07:50:43.797+00:00

    Good day ,

    Check this document please:

    https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-version-15?view=sql-server-ver15

    and here is the quote for the Always On failover cluster instances:

    On Enterprise Edition, the number of nodes is the operating system maximum. On Standard edition there is support for two nodes.

    By the way, Always On availability groups is not supported in Standard edition so there was no need for the (not Always on availability group) but if you need then you can use Basic availability groups (a bit different feature for Standard edition


  2. Alex Bykovskyi 2,241 Reputation points
    2021-08-01T10:24:02.097+00:00

    Hey,

    As mentioned, on Standard edition FCI is limited for 2 nodes. To deploy a 4 node SQL FCI you will need Enterprise edition. With Standard edition you have 2 options either SQL FCI or Basic Availability Groups. Check the following comparison:
    https://www.starwindsoftware.com/resource-library/sql-server-failover-cluster-instance-vs-basic-availability-group/

    Cheers,

    Alex Bykovskyi

    StarWind Software

    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose

    0 comments No comments

  3. Seeya Xi-MSFT 16,586 Reputation points
    2021-08-02T04:06:56.08+00:00

    Hi @Rony Paul

    Agree with them.
    Please see: The Limitations of Basic Always On availability groups for a single database.

    Best regards,
    Seeya


    If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.