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: azure-sql/database/advance-notifications.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,18 +66,18 @@ The following table shows the general-information notifications you may receive:
66
66
67
67
|Status|Description|
68
68
|:---|:---|
69
-
|**Planned Deployment**| Received 24 hours prior to the maintenance event. Maintenance is planned on DATE between 5pm - 8am (local time) for DB xyz.|
70
-
|**In-Progress**| Maintenance for database *xyz* is starting.|
71
-
|**Complete**| Maintenance of database *xyz* is complete. |
69
+
|**Planned**| Received 24 hours prior to the maintenance event. Maintenance is planned on DATE between 5pm - 8am<sup>1</sup> (local time) in region *xyz*. |
70
+
|**InProgress**| Maintenance for database(s) in region *xyz* is starting. |
71
+
|**Complete**| Maintenance of database(s) in region *xyz* is complete. |
72
+
73
+
<sup>1</sup> Start and end time depend on the selected [maintenance window](maintenance-window.md).
72
74
73
75
The following table shows additional notifications that may be sent while maintenance is ongoing:
74
76
75
77
|Status|Description|
76
78
|:---|:---|
77
-
|**Extended**| Maintenance is in progress but didn't complete for database *xyz*. Maintenance will continue at the next maintenance window.|
78
-
|**Canceled**| Maintenance for database *xyz* is canceled and will be rescheduled later. |
79
-
|**Blocked**|There was a problem during maintenance for database *xyz*. We'll notify you when we resume.|
80
-
|**Resumed**|The problem has been resolved and maintenance will continue at the next maintenance window.|
79
+
|**Rescheduled**| 1) Maintenance is in progress but didn't complete inside maintenance window. 2) there was a problem during maintenance and it could not start. 3) Planned maintenance has started but couldn't progress to the end and will continue in next maintenance window. |
80
+
|**Canceled**| Maintenance for database(s) in region *xyz* is canceled and will be rescheduled for later. |
In Azure Resource Graph (ARG) explorer you might find values for the status of deployment that are bit different than the ones displayed in the notification content.
109
+
110
+
|Status|Description|
111
+
|:---|:---|
112
+
|**Pending**| 1) Maintenance is planned on upcoming date. 2) Previously planned maintenance was rescheduled and is waiting to start in the next window. 3) Maintenance started but didn't complete in previous window and will continue in the next one. |
113
+
|**InProgress**| Maintenance for resource *xyz* is starting or is in progress. |
114
+
|**Completed**| Maintenance for resource *xyz* is complete. |
115
+
|**NoUpdatesPending**| Previously planned maintenance for resource *xyz* is canceled and will be rescheduled for later. |
116
+
|**RetryLater**| Planned maintenance for resource *xyz* has started but couldn't progress to the end and will continue in next maintenance window. |
117
+
108
118
For the full reference of the sample queries and how to use them across tools like PowerShell or Azure CLI, visit [Azure Resource Graph sample queries for Azure Service Health](/azure/service-health/resource-graph-samples).
Copy file name to clipboardExpand all lines: azure-sql/database/audit-write-storage-account-behind-vnet-firewall.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,11 @@ For audit to write to a storage account behind a VNet or firewall, the following
41
41
> * The Azure Storage account requires `Allow trusted Microsoft services to access this storage account`. Set this on the Storage Account **Firewalls and Virtual networks**.
42
42
> * You must have `Microsoft.Authorization/roleAssignments/write` permission on the selected storage account. For more information, see [Azure built-in roles](/azure/role-based-access-control/built-in-roles).
43
43
44
+
> [!NOTE]
45
+
> When Auditing to stoarge account is already enabled on a server / db, and if the target storage account is moved behind a firewall, we lose write access to
46
+
the storage account and audit logs stop getting written to it.To make auditing work we have to resave the audit settings from portal.
47
+
48
+
44
49
## Configure in Azure portal
45
50
46
51
Connect to [Azure portal](https://portal.azure.com) with your subscription. Navigate to the resource group and server.
Copy file name to clipboardExpand all lines: docs/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Download
3
3
description: Download the Microsoft JDBC Driver for SQL Server to develop Java applications that connect to SQL Server and Azure SQL Database.
4
-
ms.date: 05/12/2022
4
+
ms.date: 08/08/2022
5
5
ms.prod: sql
6
6
ms.prod_service: connectivity
7
7
ms.reviewer: ""
@@ -17,15 +17,15 @@ The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides d
17
17
18
18
## Download
19
19
20
-
Version 10.2 is the latest general availability (GA) version. It supports Java 8, 11, and 17. If you need to use an older Java runtime, see the [Java and JDBC specification support matrix](microsoft-jdbc-driver-for-sql-server-support-matrix.md#java-and-jdbc-specification-support) to see if there's a supported driver version you can use. We're continually improving Java connectivity support. As such we highly recommend that you work with the latest version of Microsoft JDBC driver.
20
+
Version 11.2 is the latest general availability (GA) version. It supports Java 8, 11, 17, and 18. If you need to use an older Java runtime, see the [Java and JDBC specification support matrix](microsoft-jdbc-driver-for-sql-server-support-matrix.md#java-and-jdbc-specification-support) to see if there's a supported driver version you can use. We're continually improving Java connectivity support. As such we highly recommend that you work with the latest version of Microsoft JDBC driver.
21
21
22
-
**[ Download Microsoft JDBC Driver 10.2 for SQL Server (zip)](https://go.microsoft.com/fwlink/?linkid=2195718)**
23
-
**[ Download Microsoft JDBC Driver 10.2 for SQL Server (tar.gz)](https://go.microsoft.com/fwlink/?linkid=2195832)**
22
+
**[ Download Microsoft JDBC Driver 11.2 for SQL Server (zip)](https://go.microsoft.com/fwlink/?linkid=2202911)**
23
+
**[ Download Microsoft JDBC Driver 11.2 for SQL Server (tar.gz)](https://go.microsoft.com/fwlink/?linkid=2203102)**
24
24
25
25
### Version information
26
26
27
-
- Release number: 10.2.1
28
-
- Released: May 12, 2022
27
+
- Release number: 11.2.0
28
+
- Released: August 4, 2022
29
29
30
30
When you download the driver, there are multiple JAR files. The name of the JAR file indicates the version of Java that it supports.
31
31
@@ -36,11 +36,11 @@ When you download the driver, there are multiple JAR files. The name of the JAR
36
36
37
37
This release of Microsoft JDBC Driver for SQL Server is available in the following languages:
38
38
39
-
Microsoft JDBC Driver 10.2.1 for SQL Server (zip):
Copy file name to clipboardExpand all lines: docs/connect/jdbc/feature-dependencies-of-microsoft-jdbc-driver-for-sql-server.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Feature dependencies
3
3
description: Learn about the dependencies that the Microsoft JDBC Driver for SQL Server has and how to meet them.
4
4
ms.custom: ""
5
-
ms.date: 01/31/2022
5
+
ms.date: 08/08/2022
6
6
ms.prod: sql
7
7
ms.prod_service: connectivity
8
8
ms.reviewer: ""
@@ -22,6 +22,7 @@ This article lists libraries that the Microsoft JDBC Driver for SQL Server depen
22
22
23
23
-`com.azure:azure-security-keyvault-keys`: Microsoft Azure Client Library For KeyVault Keys for JDBC driver version 9.2 and above or `com.microsoft.azure:azure-keyvault`: Microsoft Azure SDK For Key Vault for JDBC driver version 8.4 and below for Always Encrypted Azure Key Vault feature. (optional)
24
24
-`com.azure:azure-identity`: Microsoft Azure Client Library For Identity for JDBC driver version 9.2 and above or `com.microsoft.azure:adal4j`: Microsoft Azure Active Directory Authentication Library for JDBC driver version 8.4 and below for Azure Active Directory Authentication features and Azure Key Vault feature. (optional)
25
+
-`com.microsoft.azure:msal4j`: Microsoft Authentication Library (MSAL) For Java
25
26
-`org.antlr:antlr4-runtime`: ANTLR 4 Runtime for useFmtOnly feature. (optional)
26
27
-`org.osgi:org.osgi.core`: OSGi Core library for OSGi Framework support.
27
28
-`org.osgi:org.osgi.compendium`: OSGi Compendium library for OSGi Framework support.
@@ -129,6 +130,7 @@ If you're using Maven to build or test your project, Maven automatically downloa
129
130
130
131
### Work with the Azure Key Vault provider
131
132
133
+
- JDBC driver version 11.2.0 — Dependency versions: Azure-security-keyvault-keys (version 4.4.1), and Azure-identity(version 1.5.0), and their dependencies ([sample application](azure-key-vault-sample-version-9.2.md))
132
134
- JDBC driver version 10.2.0 — Dependency versions: Azure-security-keyvault-keys (version 4.3.6), and Azure-identity(version 1.4.3), and their dependencies ([sample application](azure-key-vault-sample-version-9.2.md))
133
135
- JDBC driver version 9.4.1 — Dependency versions: Azure-security-keyvault-keys (version 4.2.8), and Azure-identity(version 1.3.3), and their dependencies ([sample application](azure-key-vault-sample-version-9.2.md))
134
136
- JDBC driver version 9.2.1 — Dependency versions: Azure-security-keyvault-keys (version 4.2.1), and Azure-identity(version 1.1.3), and their dependencies ([sample application](azure-key-vault-sample-version-9.2.md))
@@ -148,6 +150,7 @@ If you're using Maven to build or test your project, Maven automatically downloa
148
150
149
151
### Work with Azure Active Directory authentication
150
152
153
+
- JDBC driver version 11.2.0 — Dependency versions: Azure-identity(version 1.5.0), and their dependencies.
151
154
- JDBC driver version 10.2.0 — Dependency versions: Azure-identity(version 1.4.3), and their dependencies.
152
155
- JDBC driver version 9.4.1 — Dependency versions: Azure-identity(version 1.3.3), and their dependencies.
153
156
- JDBC driver version 9.2.1 — Dependency versions: Azure-identity(version 1.1.3), and their dependencies.
Copy file name to clipboardExpand all lines: docs/connect/jdbc/frequently-asked-questions-faq-for-jdbc-driver.yml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ metadata:
3
3
title: Frequently asked questions (FAQ)
4
4
description: This page provides answers to frequently asked questions about the Microsoft JDBC Driver for SQL Server.
5
5
ms.custom: ""
6
-
ms.date: 01/31/2022
6
+
ms.date: 08/08/2022
7
7
ms.prod: sql
8
8
ms.prod_service: connectivity
9
9
ms.reviewer: ""
@@ -35,6 +35,16 @@ sections:
35
35
The JDBC driver files available on the GitHub repository for the Microsoft JDBC driver are the core of the JDBC driver and are under the open-source license listed in the repository. The driver packages on the [Microsoft download page](download-microsoft-jdbc-driver-for-sql-server.md) include other libraries for Windows-integrated authentication and enabling XA transactions with the JDBC driver. Those other libraries are under the license included with the downloadable package.
36
36
37
37
**What should I know to upgrade my driver?**
38
+
The Microsoft JDBC Driver 11.2 supports the JDBC 4.2, and 4.3 (partially) specifications and includes four JAR class libraries in the installation package as follows:
The Microsoft JDBC Driver 10.2 supports the JDBC 4.2, and 4.3 (partially) specifications and includes three JAR class libraries in the installation package as follows:
0 commit comments