Sql server 2016

Edison Umaña Tamayo 21 Reputation points
2021-03-17T12:04:14.49+00:00

Hello, could you please help me with the following question, what we would need to build DRP for sql server 2016 Enterprise edition on premise, also what we need to build HA for sql server 2016 Enterprise edition Thanks

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,799 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,203 questions
{count} votes

3 answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 13,946 Reputation points MVP
    2021-03-17T14:12:57.413+00:00

    Hi @Edison Umaña Tamayo
    Thank You for posting in Q & A.

    A good SQL Server disaster recovery plan must take into account numerous factors: sensitivity of data, data loss tolerance, required availability, etc. The plan can be based on few a solutions:

    1. Failover clustering
    2. Database mirroring
    3. Database Replication
    4. Log shipping
    5. Backup and restore
    6. Always On Availability Group
      Introduced in SQL Server 2012, Always On Availability Groups (availability groups) provide database-level protection by sending each transaction of a database to another instance, known as a replica, that contains a copy of that database in a special state. An availability group can be deployed on Standard or Enterprise Editions. The instances participating in an availability group can be either standalone or Always On Failover Cluster

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    0 comments No comments

  2. CarrinWu-MSFT 6,856 Reputation points
    2021-03-18T03:33:00.91+00:00

    Hi @Edison Umaña Tamayo ,

    Always On Availability Groups is an enterprise-level high-availability and disaster recovery solution introduced in SQL Server 2012 to enable you to maximize availability for one or more user databases. Always On Availability Groups requires that the SQL Server instances reside on Windows Server Failover Clustering (WSFC) nodes. Please refer to SQL Server 2016 Step by Step: Creating AlwaysOn Availability Group to get more information.

    Microsoft provide some business continuity solutions for high availability and disaster recovery in SQL Server. Please refer to Business continuity and database recovery - SQL Server to get more information, see below:
    79031-dr.png

    Best regards,
    Carrin


    If the answer is helpful, please click "Accept Answer" and upvote it.
    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

  3. Alex Bykovskyi 1,831 Reputation points
    2021-03-20T22:59:05.44+00:00

    Hey,

    Always On Availability Groups would be a great choice to build HA SQL server. The following guide might help:
    https://www.sqlservercentral.com/articles/steps-for-installing-alwayson-availability-groups-sql-2019

    Another alternative is to build SQL FCI, which requires shared storage and provides an instance level HA. Check the following guide for the configuration process:
    https://www.starwindsoftware.com/resource-library/starwind-virtual-san-installing-and-configuring-sql-server-2017-failover-cluster-instance-on-windows-server-2016/

    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