Skip to content

Commit b56a56e

Browse files
authored
Merge pull request #26993 from MicrosoftDocs/main
05/05 PM Publishing
2 parents c1702a1 + 77744c9 commit b56a56e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

azure-sql/database/high-availability-sla.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For more information on high availability in Hyperscale, see [Database High Avai
103103

104104
## Zone-redundant availability
105105

106-
Zone-redundant availability is based on storing your database to [zone-redundant storage (ZRS)](/azure/storage/common/storage-redundancy#zone-redundant-storage), which copies your data across three Azure availability zones in the primary region. Each availability zone is a separate physical location with independent power, cooling, and networking. Each availability zone is a separate physical location with independent power, cooling, and networking.
106+
Zone-redundant availability is based on storing your database to [zone-redundant storage (ZRS)](/azure/storage/common/storage-redundancy#zone-redundant-storage), which copies your data across three Azure availability zones in the primary region. Each availability zone is a separate physical location with independent power, cooling, and networking.
107107

108108
Zone-redundant availability is available to databases in the General Purpose, Premium, Business Critical and Hyperscale service tiers of the vCore purchasing model, and not the Basic and Standard service tiers of the DTU-based purchasing model.
109109

docs/connect/jdbc/codesnippet/Java/handling-errors_1.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public static void executeSQLException(Connection con) {
1313
System.out.println("ERROR CODE: " + se.getErrorCode());
1414
System.out.println("MESSAGE: " + se.getMessage());
1515
System.out.println();
16-
se = se.getNextException();
1716
}
1817
while (se != null);
1918
}

0 commit comments

Comments
 (0)