You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/site-recovery/site-recovery-sql.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: ankitaduttaMSFT
6
6
manager: rochakm
7
7
ms.service: site-recovery
8
8
ms.topic: conceptual
9
-
ms.date: 08/02/2019
9
+
ms.date: 03/28/2023
10
10
ms.author: ankitadutta
11
11
12
12
---
@@ -55,7 +55,7 @@ There are some prerequisites to ensure your recovery plan is fully customized ac
55
55
56
56
Set up Active Directory in the secondary recovery site for SQL Server to run properly.
57
57
58
-
***Small enterprise**: You have a small number of applications and a single domain controller for the on-premises site. If you want to fail over the entire site, use Site Recovery replication. This service replicates the domain controller to the secondary datacenter or to Azure.
58
+
***Small enterprise**: You have a few applications and a single domain controller for the on-premises site. If you want to fail over the entire site, use Site Recovery replication. This service replicates the domain controller to the secondary datacenter or to Azure.
59
59
***Medium to large enterprise**: You might need to set up additional domain controllers.
60
60
- If you have a large number of applications, have an Active Directory forest, and want to fail over by application or workload, set up another domain controller in the secondary datacenter or in Azure.
61
61
- If you're using Always On availability groups to recover to a remote site, set up another domain controller on the secondary site or in Azure. This domain controller is used for the recovered SQL Server instance.
@@ -132,13 +132,13 @@ For a cluster running SQL Server Standard edition or SQL Server 2008 R2, we reco
132
132
133
133
Site Recovery doesn't provide guest cluster support when replicating to an Azure region. SQL Server Standard edition also doesn't provide a low-cost disaster recovery solution. In this scenario, we recommend you protect the SQL Server cluster to a standalone SQL Server instance in the primary location and recover it in the secondary.
134
134
135
-
1. Configure an additional standalone SQL Server instance on the primary Azure region or at on-premises site.
135
+
1. Configure another standalone SQL Server instance on the primary Azure region or at on-premises site.
136
136
137
137
1. Configure the instance to serve as a mirror for the databases you want to help protect. Configure mirroring in high-safety mode.
138
138
139
139
1. Configure Site Recovery on the primary site for [Azure](azure-to-azure-tutorial-enable-replication.md), [Hyper-V](./hyper-v-azure-tutorial.md), or [VMware VMs and physical servers](./vmware-azure-tutorial.md).
140
140
141
-
1. Use Site Recovery replication to replicate the new SQL Server instance to the secondary site. As it's a high-safety mirror copy, it will be synchronized with the primary cluster but replicated using Site Recovery replication.
141
+
1. Use Site Recovery replication to replicate the new SQL Server instance to the secondary site. As it's a high-safety mirror copy, it is synchronized with the primary cluster but replicated using Site Recovery replication.
142
142
143
143

144
144
@@ -156,15 +156,14 @@ Site Recovery replication for SQL Server is covered under the Software Assurance
156
156
157
157
Site Recovery is application agnostic. Site Recovery can help protect any version of SQL Server that is deployed on a supported operating system. For more, see the [support matrix for recovery](vmware-physical-azure-support-matrix.md#replicated-machines) of replicated machines.
158
158
159
-
### Does ASR Work with SQL Transasctional Replication?
160
-
161
-
Due to ASR using file-level copy, SQL cannot guarantee the servers in an associated SQL Replication topology are in sync at the time of ASR failover. This may cause the logreader and/or distribution agents to fail due to LSN mismatch which causes replication to break. Should you failover the publisher, distributor, or subscriber in a replication topology, you will need to rebuild replication.
159
+
### Does ASR Work with SQL Transactional Replication?
162
160
161
+
Due to ASR using file-level copy, SQL cannot guarantee that the servers in an associated SQL replication topology are in sync at the time of ASR failover. This may cause the logreader and/or distribution agents to fail due to LSN mismatch, which can break replication. If you failover the publisher, distributor, or subscriber in a replication topology, you need to rebuild replication. It is recommended to [reinitialize the subscription to SQL Server](https://learn.microsoft.com/sql/relational-databases/replication/reinitialize-a-subscription?view=sql-server-ver16).
163
162
164
163
165
164
## Next steps
166
165
167
-
* Learn more about [Site Recovery architecture](./azure-to-azure-architecture.md).
168
-
* For SQL Server in Azure, learn more about [high availability solutions](/azure/azure-sql/virtual-machines/windows/business-continuity-high-availability-disaster-recovery-hadr-overview#azure-only-high-availability-solutions) for recovery in a secondary Azure region.
169
-
* For SQL Database, learn more about the [business continuity](/azure/azure-sql/database/business-continuity-high-availability-disaster-recover-hadr-overview) and [high availability](/azure/azure-sql/database/high-availability-sla) options for recovery in a secondary Azure region.
170
-
* For SQL Server machines at on-premises, learn more about the [high availability options](/azure/azure-sql/virtual-machines/windows/business-continuity-high-availability-disaster-recovery-hadr-overview#hybrid-it-disaster-recovery-solutions) for recovery in Azure Virtual Machines.
166
+
- Learn more about [Site Recovery architecture](./azure-to-azure-architecture.md).
167
+
- For SQL Server in Azure, learn more about [high availability solutions](/azure/azure-sql/virtual-machines/windows/business-continuity-high-availability-disaster-recovery-hadr-overview#azure-only-high-availability-solutions) for recovery in a secondary Azure region.
168
+
- For SQL Database, learn more about the [business continuity](/azure/azure-sql/database/business-continuity-high-availability-disaster-recover-hadr-overview) and [high availability](/azure/azure-sql/database/high-availability-sla) options for recovery in a secondary Azure region.
169
+
- For SQL Server machines at on-premises, learn more about the [high availability options](/azure/azure-sql/virtual-machines/windows/business-continuity-high-availability-disaster-recovery-hadr-overview#hybrid-it-disaster-recovery-solutions) for recovery in Azure Virtual Machines.
0 commit comments