Skip to content

Commit b31442c

Browse files
authored
Merge pull request #14249 from ulvii/8.2.2Release
Release | Documentation update for JDBC 8.2.2 HotFix release
2 parents 76efe3b + 772ba4d commit b31442c

9 files changed

Lines changed: 44 additions & 42 deletions

docs/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Download Microsoft JDBC Driver for SQL Server
33
description: Download the Microsoft JDBC Driver for SQL Server to develop Java applications that connect to SQL Server.
4-
ms.date: 03/13/2020
4+
ms.date: 03/24/2020
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -24,8 +24,8 @@ Version 8.2 is the latest general availability (GA) version. It supports Java 8,
2424

2525
### Version information
2626

27-
- Release number: 8.2.0
28-
- Released: January 31, 2020
27+
- Release number: 8.2.2
28+
- Released: March 24, 2020
2929

3030
When you download the driver, there are multiple JAR files. The name of the JAR file indicates the version of Java that it supports.
3131

@@ -36,10 +36,10 @@ When you download the driver, there are multiple JAR files. The name of the JAR
3636

3737
This release of Microsoft JDBC Driver for SQL Server is available in the following languages:
3838

39-
Microsoft JDBC Driver 8.2.0 for SQL Server (zip):
39+
Microsoft JDBC Driver 8.2.2 for SQL Server (zip):
4040
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x40a)
4141

42-
Microsoft JDBC Driver 8.2.0 for SQL Server (tar.gz):
42+
Microsoft JDBC Driver 8.2.2 for SQL Server (tar.gz):
4343
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2122536&clcid=0x40a)
4444

4545
### Release notes
@@ -58,7 +58,7 @@ The JDBC driver can be added to a Maven project by adding it as a dependency in
5858
<dependency>
5959
<groupId>com.microsoft.sqlserver</groupId>
6060
<artifactId>mssql-jdbc</artifactId>
61-
<version>8.2.1.jre11</version>
61+
<version>8.2.2.jre11</version>
6262
</dependency>
6363
```
6464

docs/connect/jdbc/feature-dependencies-of-microsoft-jdbc-driver-for-sql-server.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Feature dependencies of the Microsoft JDBC Driver for SQL Server | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/10/2020"
4+
ms.date: "03/24/2020"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -38,7 +38,7 @@ Specific projects that require either of the preceding features need to explicit
3838
<dependency>
3939
<groupId>com.microsoft.sqlserver</groupId>
4040
<artifactId>mssql-jdbc</artifactId>
41-
<version>8.2.1.jre11</version>
41+
<version>8.2.2.jre11</version>
4242
<scope>compile</scope>
4343
</dependency>
4444

@@ -61,7 +61,7 @@ Specific projects that require either of the preceding features need to explicit
6161
<dependency>
6262
<groupId>com.microsoft.sqlserver</groupId>
6363
<artifactId>mssql-jdbc</artifactId>
64-
<version>8.2.1.jre11</version>
64+
<version>8.2.2.jre11</version>
6565
<scope>compile</scope>
6666
</dependency>
6767

@@ -88,7 +88,7 @@ Specific projects that require either of the preceding features need to explicit
8888

8989
### Working with the Azure Key Vault provider:
9090

91-
- JDBC driver version 8.2.1 - Dependency versions: Azure-Keyvault (version 1.2.2), Adal4j (version 1.6.4), Client-Runtime-for-AutoRest (1.7.0), and their dependencies ([sample application](../../connect/jdbc/azure-key-vault-sample-version-7.0.md))
91+
- JDBC driver version 8.2.2 - Dependency versions: Azure-Keyvault (version 1.2.2), Adal4j (version 1.6.4), Client-Runtime-for-AutoRest (1.7.0), and their dependencies ([sample application](../../connect/jdbc/azure-key-vault-sample-version-7.0.md))
9292
- JDBC driver version 7.4.1 - Dependency versions: Azure-Keyvault (version 1.2.1), Adal4j (version 1.6.4), Client-Runtime-for-AutoRest (1.6.10), and their dependencies ([sample application](../../connect/jdbc/azure-key-vault-sample-version-7.0.md))
9393
- JDBC driver version 7.2.2 - Dependency versions: Azure-Keyvault (version 1.2.0), Azure-Keyvault-Webkey (version 1.2.0), Adal4j (version 1.6.3), Client-Runtime-for-AutoRest (1.6.5), and their dependencies ([sample application](../../connect/jdbc/azure-key-vault-sample-version-7.0.md))
9494
- JDBC driver version 7.0.0 - Dependency versions: Azure-Keyvault (version 1.0.0), Adal4j (version 1.6.0), and their dependencies ([sample application](../../connect/jdbc/azure-key-vault-sample-version-7.0.md))
@@ -103,7 +103,7 @@ Specific projects that require either of the preceding features need to explicit
103103
104104
### Working with Azure Active Directory authentication:
105105

106-
- JDBC Driver version 8.2.1 - Dependency versions: Adal4j (version 1.6.4), Client-Runtime-for-AutoRest (1.7.0), and their dependencies. In this version of the driver, 'sqljdbc_auth.dll' has been renamed to 'mssql-jdbc_auth-\<version>-\<arch>.dll'.
106+
- JDBC Driver version 8.2.2 - Dependency versions: Adal4j (version 1.6.4), Client-Runtime-for-AutoRest (1.7.0), and their dependencies. In this version of the driver, 'sqljdbc_auth.dll' has been renamed to 'mssql-jdbc_auth-\<version>-\<arch>.dll'.
107107
- JDBC Driver version 7.4.1 - Dependency versions: Adal4j (version 1.6.4), Client-Runtime-for-AutoRest (1.6.10), and their dependencies
108108
- JDBC Driver version 7.2.2 - Dependency versions: Adal4j (version 1.6.3), Client-Runtime-for-AutoRest (1.6.5), and their dependencies
109109
- JDBC Driver version 7.0.0 - Dependency versions: Adal4j (version 1.6.0) and its dependencies
@@ -115,7 +115,7 @@ From driver version 6.4.0 onward, applications don't necessarily require using A
115115

116116
For *Windows operating systems*, the driver looks for sqljdbc_auth.dll by default and doesn't require Kerberos ticket setup or Azure library dependencies. If sqljdbc_auth.dll isn't available, the driver looks for the Kerberos ticket for authenticating to Active Directory as on other operating systems.
117117

118-
From driver version 8.2.1 onward, 'sqljdbc_auth.dll' is renamed to 'mssql-jdbc_auth-\<version>-\<arch>.dll'. E.g. 'mssql-jdbc_auth-8.2.1.x64.dll'.
118+
From driver version 8.2.2 onward, 'sqljdbc_auth.dll' is renamed to 'mssql-jdbc_auth-\<version>-\<arch>.dll'. E.g. 'mssql-jdbc_auth-8.2.2.x64.dll'.
119119

120120
You can get a [sample application](../../connect/jdbc/connecting-using-azure-active-directory-authentication.md) that uses this feature.
121121

docs/connect/jdbc/frequently-asked-questions-faq-for-jdbc-driver.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Frequently asked questions (FAQ) for JDBC driver"
33
ms.custom: ""
4-
ms.date: "03/13/2020"
4+
ms.date: "03/24/2020"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -33,9 +33,9 @@ The Microsoft JDBC Driver 8.2 supports the JDBC 4.2, and 4.3 (partially) specifi
3333

3434
| JAR | JDBC Specification | JDK Version |
3535
| -------------------------- | ----------------------------- | ----------- |
36-
| mssql-jdbc-8.2.1.jre13.jar | JDBC 4.3 (partially), and 4.2 | JDK 13.0 |
37-
| mssql-jdbc-8.2.1.jre11.jar | JDBC 4.3 (partially), and 4.2 | JDK 11.0 |
38-
| mssql-jdbc-8.2.1.jre8.jar | JDBC 4.2 | JDK 8.0 |
36+
| mssql-jdbc-8.2.2.jre13.jar | JDBC 4.3 (partially), and 4.2 | JDK 13.0 |
37+
| mssql-jdbc-8.2.2.jre11.jar | JDBC 4.3 (partially), and 4.2 | JDK 11.0 |
38+
| mssql-jdbc-8.2.2.jre8.jar | JDBC 4.2 | JDK 8.0 |
3939
| &nbsp; | &nbsp; | &nbsp; |
4040

4141
The Microsoft JDBC Driver 7.4 supports the JDBC 4.2, and 4.3 (partially) specifications and includes three JAR class libraries in the installation package as follows:

docs/connect/jdbc/microsoft-jdbc-driver-for-sql-server-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Microsoft JDBC Driver for SQL Server support matrix"
33
ms.custom: ""
4-
ms.date: "03/13/2020"
4+
ms.date: "03/24/2020"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -28,7 +28,7 @@ The following Microsoft JDBC Drivers are supported, until the indicated End of S
2828

2929
|Driver Name|Driver Package Version|Applicable JAR(s)|End of Mainstream Support|
3030
|-|-|-|-|
31-
|Microsoft JDBC Driver 8.2 for SQL Server|8.2|mssql-jdbc-8.2.1.jre13.jar<br> mssql-jdbc-8.2.1.jre11.jar<br> mssql-jdbc-8.2.1.jre8.jar|February 26, 2025|
31+
|Microsoft JDBC Driver 8.2 for SQL Server|8.2|mssql-jdbc-8.2.2.jre13.jar<br> mssql-jdbc-8.2.2.jre11.jar<br> mssql-jdbc-8.2.2.jre8.jar|March 24, 2025|
3232
|Microsoft JDBC Driver 7.4 for SQL Server|7.4|mssql-jdbc-7.4.1.jre12.jar<br> mssql-jdbc-7.4.1.jre11.jar<br> mssql-jdbc-7.4.1.jre8.jar|August 2, 2024|
3333
|Microsoft JDBC Driver 7.2 for SQL Server|7.2|mssql-jdbc-7.2.2.jre11.jar<br> mssql-jdbc-7.2.2.jre8.jar|April 16, 2024|
3434
|Microsoft JDBC Driver 7.0 for SQL Server|7.0|mssql-jdbc-7.0.0.jre10.jar<br> mssql-jdbc-7.0.0.jre8.jar|July 31, 2023|

docs/connect/jdbc/release-notes-for-the-jdbc-driver.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Release notes for the JDBC Driver"
33
ms.custom: ""
4-
ms.date: "03/13/2020"
4+
ms.date: "03/24/2020"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -20,8 +20,8 @@ This article lists the releases of the _Microsoft JDBC Driver for SQL Server_. F
2020
**[![Download](../../ssms/media/download-icon.png) Download Microsoft JDBC Driver 8.2 for SQL Server (zip)](https://go.microsoft.com/fwlink/?linkid=2122433)**
2121
**[![Download](../../ssms/media/download-icon.png) Download Microsoft JDBC Driver 8.2 for SQL Server (tar.gz)](https://go.microsoft.com/fwlink/?linkid=2122536)**
2222

23-
Version number: 8.2.0
24-
Released: January 31, 2020
23+
Version number: 8.2.2
24+
Released: March 24, 2020
2525

2626
If you need to download the driver in a language other than the one detected for you, you can use these direct links.
2727
For the driver in a zip file: [Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2122433&clcid=0x40a)
@@ -31,8 +31,8 @@ For the driver in a tar.gz file: [Chinese (Simplified)](https://go.microsoft.com
3131

3232
| Compliance change | Details |
3333
| :---------------- | :------ |
34-
| Download the latest updates for JDBC Driver 8.2. | &bull; &nbsp; [GitHub, 8.2.0](https://github.com/Microsoft/mssql-jdbc/releases/tag/v8.2.0)<br/>&bull; &nbsp; [Maven Central](https://search.maven.org/search?q=g:com.microsoft.sqlserver) |
35-
| Fully compliant with JDBC API Specification 4.2. | The jars in the 8.2 package are named according to Java version compatibility.<br/><br/>For example, the mssql-jdbc-8.2.0.jre11.jar file from the 8.2 package should be used with Java 11. |
34+
| Download the latest updates for JDBC Driver 8.2. | &bull; &nbsp; [GitHub, 8.2.2](https://github.com/Microsoft/mssql-jdbc/releases/tag/v8.2.2)<br/>&bull; &nbsp; [Maven Central](https://search.maven.org/search?q=g:com.microsoft.sqlserver) |
35+
| Fully compliant with JDBC API Specification 4.2. | The jars in the 8.2 package are named according to Java version compatibility.<br/><br/>For example, the mssql-jdbc-8.2.2.jre11.jar file from the 8.2 package should be used with Java 11. |
3636
| Compatible with Java Development Kit (JDK) version 13.0, 11.0, and 1.8. | Microsoft JDBC Driver 8.2 for SQL Server is now compatible with Java Development Kit (JDK) version 13.0 in addition to JDK 11.0 and 1.8. |
3737
| &nbsp; | &nbsp; |
3838

docs/connect/jdbc/system-requirements-for-the-jdbc-driver.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "System requirements for the JDBC driver | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/10/2020"
4+
ms.date: "03/24/2020"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -41,17 +41,17 @@ ms.author: genemi
4141

4242
**Microsoft JDBC Driver 8.2 for SQL Server:**
4343

44-
The JDBC Driver 8.2 includes three JAR class libraries in each installation package: **mssql-jdbc-8.2.1.jre8.jar**, **mssql-jdbc-8.2.1.jre11.jar**, and **mssql-jdbc-8.2.1.jre13.jar**.
44+
The JDBC Driver 8.2 includes three JAR class libraries in each installation package: **mssql-jdbc-8.2.2.jre8.jar**, **mssql-jdbc-8.2.2.jre11.jar**, and **mssql-jdbc-8.2.2.jre13.jar**.
4545

4646
The JDBC Driver 8.2 is designed to work with and be supported by all major Java virtual machines, but is tested only on OpenJDK 1.8, OpenJDK 11.0, OpenJDK 13.0, Azul Zulu JRE 1.8, Azul Zulu JRE 11.0, and Azul Zulu JRE 13.0.
4747

4848
The following summarizes support provided by the two JAR files included with Microsoft JDBC Drivers 8.2 for SQL Server:
4949

5050
|JAR|JDBC Version Compliance|Recommended Java Version|Description|
5151
|---------|-----------------------------|----------------------|-----------------|
52-
|mssql-jdbc-8.2.1.jre8.jar|4.2|8|Requires a Java Runtime Environment (JRE) 1.8. Using JRE 1.7 or lower throws an exception.<br /><br /> New Features in 8.2 include: JDK 13 support, Always Encrypted with Secure Enclaves, and temporal datatype performance improvements. |
53-
|mssql-jdbc-8.2.1.jre11.jar|4.3|11|Requires a Java Runtime Environment (JRE) 11.0. Using JRE 10.0 or lower throws an exception.<br /><br /> New Features in 8.2 include: JDK 13 support, Always Encrypted with Secure Enclaves, and temporal datatype performance improvements. |
54-
|mssql-jdbc-8.2.1.jre13.jar|4.3|13|Requires a Java Runtime Environment (JRE) 13.0. Using JRE 11.0 or lower throws an exception.<br /><br /> New Features in 8.2 include: JDK 13 support, Always Encrypted with Secure Enclaves, and temporal datatype performance improvements. |
52+
|mssql-jdbc-8.2.2.jre8.jar|4.2|8|Requires a Java Runtime Environment (JRE) 1.8. Using JRE 1.7 or lower throws an exception.<br /><br /> New Features in 8.2 include: JDK 13 support, Always Encrypted with Secure Enclaves, and temporal datatype performance improvements. |
53+
|mssql-jdbc-8.2.2.jre11.jar|4.3|11|Requires a Java Runtime Environment (JRE) 11.0. Using JRE 10.0 or lower throws an exception.<br /><br /> New Features in 8.2 include: JDK 13 support, Always Encrypted with Secure Enclaves, and temporal datatype performance improvements. |
54+
|mssql-jdbc-8.2.2.jre13.jar|4.3|13|Requires a Java Runtime Environment (JRE) 13.0. Using JRE 11.0 or lower throws an exception.<br /><br /> New Features in 8.2 include: JDK 13 support, Always Encrypted with Secure Enclaves, and temporal datatype performance improvements. |
5555

5656

5757
The JDBC Driver 8.2 is also available on the Maven Central Repository and can be added to a Maven project by adding the following code in the POM.XML:
@@ -60,7 +60,7 @@ ms.author: genemi
6060
<dependency>
6161
<groupId>com.microsoft.sqlserver</groupId>
6262
<artifactId>mssql-jdbc</artifactId>
63-
<version>8.2.1.jre11</version>
63+
<version>8.2.2.jre11</version>
6464
</dependency>
6565
```
6666

docs/connect/jdbc/understanding-java-ee-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Understanding Java EE support | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/10/2020"
4+
ms.date: "03/24/2020"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -33,7 +33,7 @@ For JDBC Driver 7.2, the driver is contained in **mssql-jdbc-7.2.2.jre8.jar**, o
3333

3434
For JDBC Driver 7.4, the driver is contained in **mssql-jdbc-7.4.1.jre8.jar**, **mssql-jdbc-7.4.1.jre11.jar**, or **mssql-jdbc-7.4.1.jre12.jar**.
3535

36-
For JDBC Driver 8.2, the driver is contained in **mssql-jdbc-8.2.1.jre8.jar**, **mssql-jdbc-8.2.1.jre11.jar**, or **mssql-jdbc-8.2.1.jre13.jar**.
36+
For JDBC Driver 8.2, the driver is contained in **mssql-jdbc-8.2.2.jre8.jar**, **mssql-jdbc-8.2.2.jre11.jar**, or **mssql-jdbc-8.2.2.jre13.jar**.
3737

3838
The class name is used whenever you load the driver with the JDBC DriverManager class, and whenever you specify the class name of the driver in any driver configuration. For example, configuring a data source within a Java EE application server might require you enter the driver class name.
3939

docs/connect/jdbc/using-always-encrypted-with-the-jdbc-driver.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Using Always Encrypted with the JDBC driver | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "01/29/2020"
4+
ms.date: "03/24/2020"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -53,6 +53,8 @@ All of these keystore providers are described in more detail in the sections tha
5353
### Using Azure Key Vault provider
5454
Azure Key Vault is a convenient option to store and manage column master keys for Always Encrypted (especially if your application is hosted in Azure). The Microsoft JDBC Driver for SQL Server includes a built-in provider, SQLServerColumnEncryptionAzureKeyVaultProvider, for applications that have keys stored in Azure Key Vault. The name of this provider is AZURE_KEY_VAULT. In order to use the Azure Key Vault store provider, an application developer needs to create the vault and the keys in Azure Key Vault and create an App registration in Azure Active Directory. The registered application must be granted Get, Decrypt, Encrypt, Unwrap Key, Wrap Key, and Verify permissions in the Access policies defined for the key vault created for use with Always Encrypted. For more information on how to set up the key vault and create a column master key, see [Azure Key Vault - Step by Step](https://blogs.technet.microsoft.com/kv/2015/06/02/azure-key-vault-step-by-step/) and [Creating Column Master Keys in Azure Key Vault](../../relational-databases/security/encryption/create-and-store-column-master-keys-always-encrypted.md#creating-column-master-keys-in-azure-key-vault).
5555

56+
When using Azure Key Vault provider, the JDBC driver validates the column master key path against the list of trusted endpoints. Starting with driver version 8.2.2, this list is configurable: create "mssql-jdbc.properties" file in the working directory of the application, set the `AKVTrustedEndpoints` property to a semicolon-delimited list. If the value begins with a semicolon, it extends the default list; otherwise, it replaces the default list.
57+
5658
For the examples on this page, if you've created an Azure Key Vault based column master key and column encryption key by using SQL Server Management Studio, the T-SQL script to re-create them might look similar to this example with its own specific **KEY_PATH** and **ENCRYPTED_VALUE**:
5759

5860
```sql

0 commit comments

Comments
 (0)