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/sql-database/sql-database-business-continuity.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.reviewer: carlrab
16
16
---
17
17
# Overview of business continuity with Azure SQL Database
18
18
19
-
Azure SQL Database is an implementation of the latest stable SQL Server Database Engine configured and optimized for Azure cloud environment that provides [high availability](sql-database-high-availability.md) and resiliency to the errors that might affect your business process. In the most of the cases, Azure SQL Database will handle the disruptive events that might happen in the cloud environment and keep your business processes running. However, there are some disruptive events that cannot be handled by SQL Database such as:
19
+
Azure SQL Database is an implementation of the latest stable SQL Server Database Engine configured and optimized for Azure cloud environment that provides [high availability](sql-database-high-availability.md) and resiliency to the errors that might affect your business process. **Business continuity** in Azure SQL Database refers to the mechanisms, policies and procedures that enable a business to continue operating in the face of disruption, particularly to its computing infrastructure. In the most of the cases, Azure SQL Database will handle the disruptive events that might happen in the cloud environment and keep your business processes running. However, there are some disruptive events that cannot be handled by SQL Database such as:
20
20
- User accidentally deleted or updated a row in a table.
21
21
- Malicious attacker succeeded to delete data or drop a database.
22
22
- Earthquake caused a power outage and temporary disabled data-center.
@@ -27,7 +27,13 @@ This overview describes the capabilities that Azure SQL Database provides for bu
27
27
28
28
## SQL Database features that you can use to provide business continuity
29
29
30
-
SQL Database provides several business continuity features, including automated backups and optional database replication. First, you need to understand how SQL Database [high availability architecture](sql-database-high-availability.md) provides 99.99% availability and resiliency to some disruptive events that might affect your business process.
30
+
From a database perspective, there are four major potential disruption scenarios:
31
+
-**Local hardware or software failures** affecting the database node such as a disk-drive failure.
32
+
-**Data corruption or deletion** - typically caused by an application bug or human error. Such failures are intrinsically application-specific and cannot as a rule be detected or mitigated automatically by the infrastructure.
33
+
-**Datacenter outage**, possibly caused by a natural disaster. This scenario requires some level of geo-redundancy with application failover to an alternate datacenter.
34
+
-**Upgrade or maintenance errors** – unanticipated issues that occur during planned upgrades or maintenance to an application or database may require rapid rollback to a prior database state.
35
+
36
+
SQL Database provides several business continuity features, including automated backups and optional database replication that can mitigate these scenarios. First, you need to understand how SQL Database [high availability architecture](sql-database-high-availability.md) provides 99.99% availability and resiliency to some disruptive events that might affect your business process.
31
37
Then, you can learn about the additional mechanisms that you can use to recover from the disruptive events that cannot be handled by SQL Database high availability architecture, such as:
32
38
-[Temporal tables](sql-database-temporal-tables.md) enable you to restore row versions from any point in time.
33
39
-[Built-in automated backups](sql-database-automated-backups.md) and [Point in Time Restore](sql-database-recovery-using-backups.md#point-in-time-restore) enables you to restore complete database to some point in time within the last 35 days.
0 commit comments