Skip to content

Commit 11f2606

Browse files
authored
Merge pull request #19456 from dzsquared/sqlpackage-june2021
dacfx 18.7.1
2 parents a9de81d + 000b52b commit 11f2606

2 files changed

Lines changed: 29 additions & 7 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](/azure/azure-sql/managed-instance/auditing-configure). |
32+
| Azure Synapse Analytics | Adds support for [PREDICT](/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 that has the order of columns in a statistic in a different order than the table create 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: 6 additions & 6 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,18 +20,18 @@ 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

3030

3131
An evergreen link ([https://aka.ms/sqlpackage-linux](https://aka.ms/sqlpackage-linux)) is available that points to the current version of sqlpackage for [Linux .NET Core](#get-sqlpackage-net-core-for-linux), which can be used in automating environments with the latest sqlpackage.
3232

3333
## DacFx
34-
SqlPackage is a command-line interface for the DacFx framework, exposing some of the public DacFx APIs. DacServices ([Microsoft.SqlServer.Dac](/dotnet/api/microsoft.sqlserver.dac.dacservices)) is a related mechanism for integrating database deployment into your application pipeline. The DacServices API is available in a package through NuGet, [Microsoft.SqlServer.DACFx](https://www.NuGet.org/packages/Microsoft.SqlServer.DACFx). The current DacFx version is 150.5084.2.
34+
SqlPackage is a command-line interface for the DacFx framework, exposing some of the public DacFx APIs. DacServices ([Microsoft.SqlServer.Dac](/dotnet/api/microsoft.sqlserver.dac.dacservices)) is a related mechanism for integrating database deployment into your application pipeline. The DacServices API is available in a package through NuGet, [Microsoft.SqlServer.DACFx](https://www.NuGet.org/packages/Microsoft.SqlServer.DACFx). The current DacFx version is 150.5164.1.
3535

3636
Installing the NuGet package via the .NET CLI is accomplished with this command:
3737

0 commit comments

Comments
 (0)