Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e954525

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into release-sqlseattle
2 parents 1d83c7f + af5a57e commit e954525

18 files changed

Lines changed: 130 additions & 117 deletions

docs/big-data-cluster/spark-gpu-tensorflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following steps use the Azure CLI to create an AKS cluster that supports GPU
4848
1. Create a Kubernetes cluster in AKS with the [az aks create](https://docs.microsoft.com/cli/azure/aks) command. The following example creates a Kubernetes cluster named `gpucluster` in the `sqlbigdatagroupgpu` resource group.
4949

5050
```azurecli
51-
az aks create --name gpucluster --resource-group sqlbigdatagroupgpu --generate-ssh-keys --node-vm-size Standard_NC6 --node-count 3 --node-osdisk-size 50 --kubernetes-version 1.11.7 --location eastus
51+
az aks create --name gpucluster --resource-group sqlbigdatagroupgpu --generate-ssh-keys --node-vm-size Standard_NC6 --node-count 3 --node-osdisk-size 50 --kubernetes-version 1.11.9 --location eastus
5252
```
5353

5454
> [!NOTE]
@@ -213,4 +213,4 @@ az group delete -n sqlbigdatagroupgpu
213213

214214
## Next steps
215215

216-
For more information about SQL Server 2019 big data clusters (preview), see [What are SQL Server 2019 big data clusters?](big-data-cluster-overview.md).
216+
For more information about SQL Server 2019 big data clusters (preview), see [What are SQL Server 2019 big data clusters?](big-data-cluster-overview.md).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Download Microsoft JDBC Driver for SQL Server | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/06/2019"
4+
ms.date: "04/16/2019"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -22,7 +22,7 @@ The JDBC Driver can be added to a Maven project by adding it as a dependency in
2222
<dependency>
2323
<groupId>com.microsoft.sqlserver</groupId>
2424
<artifactId>mssql-jdbc</artifactId>
25-
<version>7.2.1.jre11</version>
25+
<version>7.2.2.jre11</version>
2626
</dependency>
2727
```
2828

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

Lines changed: 5 additions & 5 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/07/2019"
4+
ms.date: "04/16/2019"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -37,7 +37,7 @@ Specific projects that require either of the preceding features need to explicit
3737
<dependency>
3838
<groupId>com.microsoft.sqlserver</groupId>
3939
<artifactId>mssql-jdbc</artifactId>
40-
<version>7.2.1.jre11</version>
40+
<version>7.2.2.jre11</version>
4141
<scope>compile</scope>
4242
</dependency>
4343

@@ -60,7 +60,7 @@ Specific projects that require either of the preceding features need to explicit
6060
<dependency>
6161
<groupId>com.microsoft.sqlserver</groupId>
6262
<artifactId>mssql-jdbc</artifactId>
63-
<version>7.2.1.jre11</version>
63+
<version>7.2.2.jre11</version>
6464
<scope>compile</scope>
6565
</dependency>
6666

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

9494
### Working with the Azure Key Vault Provider:
9595

96-
- JDBC Driver version 7.2.1 - 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))
96+
- 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))
9797
- 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))
9898
- JDBC Driver version 6.4.0 - Dependency versions: Azure-Keyvault (version 1.0.0), Adal4j (version 1.4.0), and their dependencies ([sample application](../../connect/jdbc/azure-key-vault-sample-version-6.2.2.md))
9999
- JDBC Driver version 6.2.2 - Dependency versions: Azure-Keyvault (version 1.0.0), Adal4j (version 1.4.0), and their dependencies ([sample application](../../connect/jdbc/azure-key-vault-sample-version-6.2.2.md))
@@ -106,7 +106,7 @@ Specific projects that require either of the preceding features need to explicit
106106
107107
### Working with Azure Active Directory Authentication:
108108

109-
- JDBC Driver version 7.2.1 - Dependency versions: Adal4j (version 1.6.3), Client-Runtime-for-AutoRest (1.6.5), and their dependencies
109+
- JDBC Driver version 7.2.2 - Dependency versions: Adal4j (version 1.6.3), Client-Runtime-for-AutoRest (1.6.5), and their dependencies
110110
- JDBC Driver version 7.0.0 - Dependency versions: Adal4j (version 1.6.0) and its dependencies
111111
- JDBC Driver version 6.4.0 - Dependency versions: Adal4j (version 1.4.0) and its dependencies
112112
- JDBC Driver version 6.2.2 - Dependency versions: Adal4j (version 1.4.0) and its dependencies

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Frequently Asked Questions (FAQ) for JDBC Driver | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/06/2019"
4+
ms.date: "04/16/2019"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -35,8 +35,8 @@ The JDBC driver files available on the GitHub repository for the Microsoft JDBC
3535

3636
| JAR | JDBC Specification | JDK Version |
3737
| -------------------------- | ----------------------------- | ----------- |
38-
| mssql-jdbc-7.2.1.jre11.jar | JDBC 4.3 (partially), and 4.2 | JDK 11.0 |
39-
| mssql-jdbc-7.2.1.jre8.jar | JDBC 4.2 | JDK 8.0 |
38+
| mssql-jdbc-7.2.2.jre11.jar | JDBC 4.3 (partially), and 4.2 | JDK 11.0 |
39+
| mssql-jdbc-7.2.2.jre8.jar | JDBC 4.2 | JDK 8.0 |
4040

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

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 | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/06/2019"
4+
ms.date: "04/16/2019"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -26,7 +26,7 @@ manager: craigg
2626

2727
|Driver Name|Driver Package Version|Applicable JAR(s)|End of Mainstream Support|
2828
|-|-|-|-|
29-
|Microsoft JDBC Driver 7.2 for SQL Server|7.2|mssql-jdbc-7.2.1.jre11.jar<br> mssql-jdbc-7.2.1.jre8.jar|Feb 11, 2024|
29+
|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|
3030
|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|
3131
|Microsoft JDBC Driver 6.4 for SQL Server|6.4|mssql-jdbc-6.4.0.jre9.jar<br> mssql-jdbc-6.4.0.jre8.jar<br> mssql-jdbc-6.4.0.jre7.jar|February 27, 2023|
3232
|Microsoft JDBC Driver 6.2 for SQL Server|6.2|mssql-jdbc-6.2.2.jre8.jar<br> mssql-jdbc-6.2.2.jre7.jar|June 30, 2022|

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Release notes for the JDBC Driver | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/07/2019"
4+
ms.date: "04/16/2019"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -18,23 +18,25 @@ manager: craigg
1818

1919
This article lists the releases of the _Microsoft JDBC Driver for SQL Server_. For each release version, the changes are named and described.
2020

21-
## 7.2.1
21+
## 7.2.2
2222

2323
### Compliance
2424

25-
February 11, 2019
25+
April 16, 2019
2626

2727
| Compliance change | Details |
2828
| :---------------- | :------ |
29-
| Download the latest updates for JDBC Driver 7.2. | &bull; &nbsp; [Microsoft Download Center](https://go.microsoft.com/fwlink/?linkid=2063159)<br/>&bull; &nbsp; [GitHub, 7.2.1](https://github.com/Microsoft/mssql-jdbc/releases/tag/v7.2.1)<br/>&bull; &nbsp; [Maven Central](https://search.maven.org/search?q=g:com.microsoft.sqlserver) |
30-
| Fully compliant with JDBC API Specification 4.2. | The jars in the 7.2 package are named according to Java version compatibility.<br/><br/>For example, the mssql-jdbc-7.2.1.jre11.jar file from the 7.2 package should be used with Java 11. |
29+
| Download the latest updates for JDBC Driver 7.2. | &bull; &nbsp; [Microsoft Download Center](https://go.microsoft.com/fwlink/?linkid=2063159)<br/>&bull; &nbsp; [GitHub, 7.2.2](https://github.com/Microsoft/mssql-jdbc/releases/tag/v7.2.2)<br/>&bull; &nbsp; [Maven Central](https://search.maven.org/search?q=g:com.microsoft.sqlserver) |
30+
| Fully compliant with JDBC API Specification 4.2. | The jars in the 7.2 package are named according to Java version compatibility.<br/><br/>For example, the mssql-jdbc-7.2.2.jre11.jar file from the 7.2 package should be used with Java 11. |
3131
| Compatible with Java Development Kit (JDK) version 11.0 in addition to JDK 1.8. | Microsoft JDBC Driver 7.2 for SQL Server is now compatible with Java Development Kit (JDK) version 11.0 in addition to JDK 1.8. |
3232
| &nbsp; | &nbsp; |
3333

3434
> [!NOTE]
3535
> An issue with SQL statement parsing was found in the JDBC 7.2 Release To Web (RTW) driver released on January 31, 2019. The change was rolled back, and new jars (version 7.2.1) were released on February 11, 2019.
3636
>
37-
> Update your projects to use the 7.2.1 release jars. For more information, view release notes for [GitHub, 7.2.1](https://github.com/Microsoft/mssql-jdbc/releases/tag/v7.2.1).
37+
> Another update was made on the driver to fix issues with ActivityIDs not getting cleaned up properly. The new jars (version 7.2.2) were released on April 16, 2019.
38+
>
39+
> We recommend updating your projects to use the 7.2.2 release jars. For more information, view release notes for [GitHub, 7.2.1](https://github.com/Microsoft/mssql-jdbc/releases/tag/v7.2.1) and [GitHub, 7.2.2](https://github.com/Microsoft/mssql-jdbc/releases/tag/v7.2.2).
3840
3941
### Active Directory _Managed Service Identity_ (MSI) authentication
4042

@@ -82,7 +84,8 @@ February 11, 2019
8284

8385
| Known issues | Details |
8486
| :----------- | :------ |
85-
| Parameterized queries, in certain cases. | An update of the 7.2 version, which will be v7.2.1, will be released in February 2019 to address this issue. |
87+
| Parameterized queries, in certain cases. | An update of the 7.2.0 version, v7.2.1, was released in February 2019 to address this issue. |
88+
| Cleaning up of ActivityIds. | An update of the 7.2.1 version, v7.2.2, was released in April 2019 to address this issue. |
8689
| &nbsp; | &nbsp; |
8790

8891
## 7.0

docs/connect/jdbc/system-requirements-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: "System Requirements for the JDBC Driver | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/06/2019"
4+
ms.date: "04/16/2019"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -38,16 +38,16 @@ manager: craigg
3838

3939
**Microsoft JDBC Driver 7.2 for SQL Server:**
4040

41-
The JDBC Driver 7.2 includes two JAR class libraries in each installation package: **mssql-jdbc-7.2.1.jre8.jar**, and **mssql-jdbc-7.2.1.jre11.jar**.
41+
The JDBC Driver 7.2 includes two JAR class libraries in each installation package: **mssql-jdbc-7.2.2.jre8.jar**, and **mssql-jdbc-7.2.2.jre11.jar**.
4242

4343
The JDBC Driver 7.2 is designed to work with and be supported by all major Java virtual machines, but is tested only on OpenJDK 8.0, OpenJDK 11.0, Azul Zulu JRE 8.0 and Azul Zulu JRE 11.0.
4444

4545
The following summarizes support provided by the two JAR files included with Microsoft JDBC Drivers 7.2 for SQL Server:
4646

4747
|JAR|JDBC Version Compliance|Recommended Java Version|Description|
4848
|---------|-----------------------------|----------------------|-----------------|
49-
|mssql-jdbc-7.2.1.jre8.jar|4.2|8|Requires a Java Runtime Environment (JRE) 8.0. Using JRE 7.0 or lower throws an exception.<br /><br /> New Features in 7.2 include: JDK 11 support, Active Directory Managed Service Identity (MSI) authentication, OSGi support, SQLServerError APIs. |
50-
|mssql-jdbc-7.2.1.jre11.jar|4.3|10|Requires a Java Runtime Environment (JRE) 11.0. Using JRE 10.0 or lower throws an exception.<br /><br /> New Features in 7.2 include: JDK 11 support, Active Directory Managed Service Identity (MSI) authentication, OSGi support, SQLServerError APIs. |
49+
|mssql-jdbc-7.2.2.jre8.jar|4.2|8|Requires a Java Runtime Environment (JRE) 8.0. Using JRE 7.0 or lower throws an exception.<br /><br /> New Features in 7.2 include: JDK 11 support, Active Directory Managed Service Identity (MSI) authentication, OSGi support, SQLServerError APIs. |
50+
|mssql-jdbc-7.2.2.jre11.jar|4.3|10|Requires a Java Runtime Environment (JRE) 11.0. Using JRE 10.0 or lower throws an exception.<br /><br /> New Features in 7.2 include: JDK 11 support, Active Directory Managed Service Identity (MSI) authentication, OSGi support, SQLServerError APIs. |
5151

5252

5353
The JDBC Driver 7.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:
@@ -56,7 +56,7 @@ manager: craigg
5656
<dependency>
5757
<groupId>com.microsoft.sqlserver</groupId>
5858
<artifactId>mssql-jdbc</artifactId>
59-
<version>7.2.1.jre11</version>
59+
<version>7.2.2.jre11</version>
6060
</dependency>
6161
```
6262

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/06/2019"
4+
ms.date: "04/16/2019"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -30,7 +30,7 @@ For JDBC Driver 6.4, the driver is contained in **mssql-jdbc-6.4.0.jre7.jar**, *
3030

3131
For JDBC Driver 7.0, the driver is contained in **mssql-jdbc-7.0.0.jre8.jar**, or **mssql-jdbc-7.0.0.jre10.jar**.
3232

33-
For JDBC Driver 7.2, the driver is contained in **mssql-jdbc-7.2.1.jre8.jar**, or **mssql-jdbc-7.2.1.jre11.jar**.
33+
For JDBC Driver 7.2, the driver is contained in **mssql-jdbc-7.2.2.jre8.jar**, or **mssql-jdbc-7.2.2.jre11.jar**.
3434

3535
The class name is used whenever you load the driver with the JDBC DriverManager class. It's also used whenever you must 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.
3636

docs/connect/jdbc/using-the-jdbc-driver.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Using the JDBC Driver | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/06/2019"
4+
ms.date: "04/16/2019"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -22,7 +22,7 @@ This section provides quickstart instructions for making a simple connection to
2222

2323
The Microsoft JDBC Driver provides different Jars to be used in correspondence with your preferred Java Runtime Environment (JRE) settings, as under:
2424

25-
The Microsoft JDBC Driver 7.2 for SQL Server provides **mssql-jdbc-7.2.1.jre8.jar**, and **mssql-jdbc-7.2.1.jre11.jar** class library files.
25+
The Microsoft JDBC Driver 7.2 for SQL Server provides **mssql-jdbc-7.2.2.jre8.jar**, and **mssql-jdbc-7.2.2.jre11.jar** class library files.
2626

2727
The Microsoft JDBC Driver 7.0 for SQL Server provides **mssql-jdbc-7.0.0.jre8.jar**, and **mssql-jdbc-7.0.0.jre10.jar** class library files.
2828

@@ -48,29 +48,29 @@ If using JDBC Driver 6.4, set the classpath to include the **mssql-jdbc-6.4.0.jr
4848

4949
If using JDBC Driver 7.0, set the classpath to include the **mssql-jdbc-7.0.0.jre8.jar** or **mssql-jdbc-7.0.0.jre10.jar**.
5050

51-
If using JDBC Driver 7.2, set the classpath to include the **mssql-jdbc-7.2.1.jre8.jar** or **mssql-jdbc-7.2.1.jre11.jar**.
51+
If using JDBC Driver 7.2, set the classpath to include the **mssql-jdbc-7.2.2.jre8.jar** or **mssql-jdbc-7.2.2.jre11.jar**.
5252

5353
If the classpath is missing an entry for the right Jar file, an application will throw the common `Class not found` exception.
5454

5555
### For Microsoft JDBC Driver 7.2
5656

57-
The **mssql-jdbc-7.2.1.jre8.jar** or **mssql-jdbc-7.2.1.jre11.jar** files are installed in the following locations:
57+
The **mssql-jdbc-7.2.2.jre8.jar** or **mssql-jdbc-7.2.2.jre11.jar** files are installed in the following locations:
5858

5959
```bash
60-
\<installation directory>\sqljdbc_<version>\<language>\mssql-jdbc-7.2.1.jre8.jar
60+
\<installation directory>\sqljdbc_<version>\<language>\mssql-jdbc-7.2.2.jre8.jar
6161

62-
\<installation directory>\sqljdbc_<version>\<language>\mssql-jdbc-7.2.1.jre11.jar
62+
\<installation directory>\sqljdbc_<version>\<language>\mssql-jdbc-7.2.2.jre11.jar
6363
```
6464

6565
The following snippet is an example of the CLASSPATH statement that is used for a Windows application:
6666

67-
`CLASSPATH =.;C:\Program Files\Microsoft JDBC Driver 7.2 for SQL Server\sqljdbc_7.2\enu\mssql-jdbc-7.2.1.jre11.jar`
67+
`CLASSPATH =.;C:\Program Files\Microsoft JDBC Driver 7.2 for SQL Server\sqljdbc_7.2\enu\mssql-jdbc-7.2.2.jre11.jar`
6868

6969
The following snippet is an example of the CLASSPATH statement that is used for a Unix/Linux application:
7070

71-
`CLASSPATH =.:/home/usr1/mssqlserverjdbc/Driver/sqljdbc_7.2/enu/mssql-jdbc-7.2.1.jre11.jar`
71+
`CLASSPATH =.:/home/usr1/mssqlserverjdbc/Driver/sqljdbc_7.2/enu/mssql-jdbc-7.2.2.jre11.jar`
7272

73-
Make sure that the CLASSPATH statement contains only one [!INCLUDE[jdbcNoVersion](../../includes/jdbcnoversion_md.md)], such as either **mssql-jdbc-7.2.1.jre8.jar** or **mssql-jdbc-7.2.1.jre11.jar**.
73+
Make sure that the CLASSPATH statement contains only one [!INCLUDE[jdbcNoVersion](../../includes/jdbcnoversion_md.md)], such as either **mssql-jdbc-7.2.2.jre8.jar** or **mssql-jdbc-7.2.2.jre11.jar**.
7474

7575
### For Microsoft JDBC Driver 7.0
7676

docs/integration-services/building-packages-programmatically/selecting-input-columns-programmatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ helpviewer_keywords:
1919
- "data flow [Integration Services], column mapping"
2020
- "data flow [Integration Services], components"
2121
ms.assetid: b53b110a-dcf4-4464-ae98-81e892ab74c3
22-
author: douglaslMS
22+
author: janinezhang
2323
ms.author: janinez
2424
manager: craigg
2525
---

0 commit comments

Comments
 (0)