Skip to content

Commit 4a0f2fc

Browse files
committed
dacfx 18.7.1
1 parent 44e27d2 commit 4a0f2fc

2 files changed

Lines changed: 28 additions & 6 deletions

File tree

docs/tools/sqlpackage/release-notes-sqlpackage.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: DacFx and SqlPackage release notes
33
description: Release notes for Microsoft sqlpackage.
44
ms.custom: "tools|sos"
5-
ms.date: 03/10/2021
5+
ms.date: 06/02/2021
66
ms.prod: sql
77
ms.reviewer: "llali; sstein"
88
ms.prod_service: sql-tools
@@ -16,6 +16,28 @@ ms.author: drskwier
1616

1717
This article lists the features and fixes delivered by the released versions of SqlPackage.exe.
1818

19+
## 18.7.1 sqlpackage
20+
21+
|Platform|Download|Release date|Version|Build
22+
|:---|:---|:---|:---|:---|
23+
|Windows|[MSI Installer](https://go.microsoft.com/fwlink/?linkid=2165211)|June 2, 2021|18.7.1|15.0.5164.1|
24+
|macOS .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2165132)|June 2, 2021| 18.7.1|15.0.5164.1|
25+
|Linux .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2165213)|June 2, 2021| 18.7.1|15.0.5164.1|
26+
|Windows .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2165212)|June 2, 2021| 18.7.1|15.0.5164.1|
27+
28+
### Features
29+
| Feature | Details |
30+
| :------ | :------ |
31+
| Auditing | Adds support for [EXTERNAL_MONITOR](https://docs.microsoft.com/azure/azure-sql/managed-instance/auditing-configure). |
32+
| Azure Synapse Analytics | Adds support for [PREDICT](https://docs.microsoft.com/sql/t-sql/queries/predict-transact-sql). |
33+
| Logging | Adds SqlPackage version and architecture information to diagnostic log file. |
34+
35+
### Fixes
36+
| Feature | Details |
37+
| :------ | :------ |
38+
| Export | Fixed an issue where exporting a table with text or image in the first column would fail without a clustered index. |
39+
| Export | Fixed an issue where exporting a table with columns in a different order than the table creat script would fail without a clustered index. |
40+
1941
## 18.7 sqlpackage
2042

2143
|Platform|Download|Release date|Version|Build

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
author: "dzsquared"
1010
ms.author: "drskwier"
1111
ms.reviewer: "maghan; sstein"
12-
ms.date: 03/10/2021
12+
ms.date: 06/02/2021
1313
---
1414

1515
# Download and install sqlpackage
@@ -20,10 +20,10 @@ Download and install the latest .NET Framework release and macOS and Linux previ
2020

2121
|Platform|Download|Release date|Version|Build
2222
|:---|:---|:---|:---|:---|
23-
|[Windows](#get-sqlpackage-for-windows)|[MSI Installer](https://go.microsoft.com/fwlink/?linkid=2157201)|March 10, 2021| 18.7 | 15.0.5084.2 |
24-
|[macOS .NET Core](#get-sqlpackage-net-core-for-macos) |[.zip file](https://go.microsoft.com/fwlink/?linkid=2157203)|March 10, 2021| 18.7| 15.0.5084.2 |
25-
|[Linux .NET Core](#get-sqlpackage-net-core-for-linux) |[.zip file](https://go.microsoft.com/fwlink/?linkid=2157202)|March 10, 2021| 18.7| 15.0.5084.2 |
26-
|[Windows .NET Core](#get-sqlpackage-net-core-for-windows) |[.zip file](https://go.microsoft.com/fwlink/?linkid=2157302)|March 10, 2021| 18.7| 15.0.5084.2 |
23+
|[Windows](#get-sqlpackage-for-windows)|[MSI Installer](https://go.microsoft.com/fwlink/?linkid=2165211)|June 2, 2021| 18.7.1 | 15.0.5164.1 |
24+
|[macOS .NET Core](#get-sqlpackage-net-core-for-macos) |[.zip file](https://go.microsoft.com/fwlink/?linkid=2165132)|June 2, 2021| 18.7.1| 15.0.5164.1 |
25+
|[Linux .NET Core](#get-sqlpackage-net-core-for-linux) |[.zip file](https://go.microsoft.com/fwlink/?linkid=2165213)|June 2, 2021| 18.7.1| 15.0.5164.1 |
26+
|[Windows .NET Core](#get-sqlpackage-net-core-for-windows) |[.zip file](https://go.microsoft.com/fwlink/?linkid=2165212)|June 2, 2021| 18.7.1| 15.0.5164.1 |
2727

2828
For details about the latest release, see the [release notes](release-notes-sqlpackage.md). To download additional languages, see the [Available Languages](#available-languages) section.
2929

0 commit comments

Comments
 (0)