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

Commit 3e6a1bd

Browse files
author
MightyPen
committed
docs/tools/ Release Notes standardization.
1 parent 0b10542 commit 3e6a1bd

6 files changed

Lines changed: 158 additions & 101 deletions

File tree

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,6 +2142,11 @@
21422142
"redirect_url": "/sql/t-sql/lesson-3-deleting-database-objects",
21432143
"redirect_document_id": false
21442144
},
2145+
{
2146+
"source_path": "docs/tools/sqlpackage-release-notes.md",
2147+
"redirect_url": "/sql/tools/release-notes-dacfx-sqlpackage",
2148+
"redirect_document_id": true
2149+
},
21452150
{
21462151
"source_path": "docs/tools/dta/lesson-1-1-launching-database-engine-tuning-advisor.md",
21472152
"redirect_url": "/sql/tools/dta/lesson-1-basic-navigation-in-database-engine-tuning-advisor",

docs/toc/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9784,12 +9784,12 @@
97849784
href: ../ssms/user-assistance-in-sql-server-management-studio.md
97859785
- name: Anonymous Usage Data
97869786
href: ../ssms/sql-server-management-studio-telemetry-ssms.md
9787-
- name: sqlpackage
9787+
- name: SqlPackage.exe of DacFx
97889788
items:
97899789
- name: Install sqlpackage
97909790
href: ../tools/sqlpackage-download.md
97919791
- name: Release notes
9792-
href: ../tools/sqlpackage-release-notes.md
9792+
href: ../tools/release-notes-dacfx-sqlpackage.md
97939793
- name: sqlpackage ref
97949794
href: ../tools/sqlpackage.md
97959795
- name: SQL Server Profiler
Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
---
2+
title: DacFx and SqlPackage release notes | Microsoft Docs
3+
description: Microsoft sqlpackage release notes
4+
ms.custom: "tools|sos"
5+
ms.date: 02/02/2019
6+
ms.prod: sql
7+
ms.reviewer: "alayu; sstein"
8+
ms.prod_service: sql-tools
9+
ms.topic: conceptual
10+
author: pensivebrian
11+
ms.author: broneill
12+
manager: kenvh
13+
---
14+
# Release notes for SqlPackage.exe of DacFx
15+
16+
**[Download the latest version](sqlpackage-download.md)**
17+
18+
This article lists the features and fixes delivered by the released versions of SqlPackage.exe for the Microsoft Data-Tier Application Framework (DacFx).
19+
20+
## 18.1 sqlpackage
21+
22+
Release date:   February 1, 2019
23+
Build:   15.0.4316.1
24+
Preview release.
25+
26+
### Features
27+
28+
| Feature | Details |
29+
| :------ | :------ |
30+
| Added support for UTF8 collations. |   |
31+
| Enabled non-clustered columnstore indexes on an indexed view. |   |
32+
| Moved to .NET Core 2.2. |   |
33+
| Use memory backed storage for schema compare on .NET Core. |   |
34+
|   |   |
35+
36+
### Fixes
37+
38+
| Fix | Details |
39+
| :-- | :------ |
40+
| Performance fix to use the legacy cardinality estimator for reverse engineering queries. |   |
41+
| Fixed a significant schema compare performance issue when generating a script. |   |
42+
| Fixed the schema drift detection logic to ignore certain extended event (xevent) sessions. |   |
43+
| Fixed import ordering for graph tables. |   |
44+
| Fixed exporting external tables with object permissions. |   |
45+
|   |   |
46+
47+
### Known issues
48+
49+
This release includes cross-platform preview builds of sqlpackage that target .NET Core 2.2. The sqlpackage can run on macOS and Linux.
50+
51+
| Known issue | Details |
52+
| :---------- | :------ |
53+
| Build and deployment contributors aren't supported. |   |
54+
| Older .dacpac and .bacpac files that use json data serialization aren't supported. |   |
55+
| Referenced .dacpacs (for example master.dacpac) may not resolve due to issues with case-sensitive file systems. | A workaround is to capitalize the name of the reference file (for example MASTER.BACPAC). |
56+
|   |   |
57+
58+
## 18.0 sqlpackage
59+
60+
Release date:   October 24, 2018
61+
Build:   15.0.4200.1
62+
63+
### Features
64+
65+
| Feature | Details |
66+
| :------ | :------ |
67+
| Added support for database compatibility level 150. |   |
68+
| Added support for Managed Instances. |   |
69+
| Added MaxParallelism command-line parameter to specify the degree of parallelism for database operations. |   |
70+
| Added AccessToken command-line parameter to specify an authentication token when connecting to SQL Server. |   |
71+
| Added support to stream BLOB/CLOB data types for imports. |   |
72+
| Added support for scalar UDF 'INLINE' option. |   |
73+
| Added support for graph table 'MERGE' syntax. |   |
74+
|   |   |
75+
76+
### Fixes
77+
78+
| Fix | Details |
79+
| :-- | :------ |
80+
| Fixed unresolved pseudo-column for graph tables. |   |
81+
| Fixed creating a database with memory optimized file groups when memory optimized tables are used. |   |
82+
| Fixed including extended properties on external tables. |   |
83+
|   |   |
84+
85+
## 17.8 sqlpackage
86+
87+
Release date:   June 22, 2018
88+
Build:   14.0.4079.2
89+
90+
### Features
91+
92+
| Feature | Details |
93+
| :------ | :------ |
94+
| Improved error messages for connection failures, including the SqlClient exception message. |   |
95+
| Support index compression on single partition indexes for import/export. |   |
96+
|   |   |
97+
98+
### Fixes
99+
100+
| Fix | Details |
101+
| :-- | :------ |
102+
| Fixed a reverse engineering issue for XML column sets with SQL 2017 and later. |   |
103+
| Fixed an issue where scripting the database compatibility level 140 was ignored for Azure SQL Database. |   |
104+
|   |   |
105+
106+
## 17.4.1 sqlpackage
107+
108+
Release date:   January 25, 2018
109+
Build:   14.0.3917.1
110+
111+
### Features
112+
113+
| Feature | Details |
114+
| :------ | :------ |
115+
| Added ThreadMaxStackSize command-line parameter to parse Transact-SQL with a large number of nested statements. |   |
116+
| Database catalog collation support. |   |
117+
|   |   |
118+
119+
### Fixes
120+
121+
| Fix | Details |
122+
| :-- | :------ |
123+
| When importing an Azure SQL Database .bacpac to an on-premise instance, fixed errors due to _Database master keys without password are not supported in this version of SQL Server_. |   |
124+
| Fixed an unresolved pseudo column error for graph tables. |   |
125+
| Fixed using the SchemaCompareDataModel with SQL authentication to compare schemas. |   |
126+
|   |   |
127+
128+
## 17.4.0 sqlpackage
129+
130+
Release date:   December 12, 2017
131+
Build:   14.0.3881.1
132+
133+
### Features
134+
135+
| Feature | Details |
136+
| :------ | :------ |
137+
| Added support for _temporal retention policy_ on SQL 2017+ and Azure SQL Database. |   |
138+
| Added /DiagnosticsFile:"C:\Temp\sqlpackage.log" command-line parameter to specify a file path to save diagnostic information. |   |
139+
| Added /Diagnostics command-line parameter to log diagnostic information to the console. |   |
140+
|   |   |
141+
142+
### Fixes
143+
144+
| Fix | Details |
145+
| :-- | :------ |
146+
| Do not block when encountering a database compatibility level that is not understood. | Instead, the latest Azure SQL Database or on-premises platform will be assumed. |
147+
|   |   |

docs/tools/sqlpackage-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Download and install sqlpackage | Microsoft Docs
33
description: 'Download and Install sqlpackage for Windows, macOS, or Linux'
44
ms.custom: "tools|sos"
5-
ms.date: "06/18/2018"
5+
ms.date: "06/19/2018"
66
ms.prod: sql
77
ms.reviewer: "alayu; sstein"
88
ms.prod_service: sql-tools
@@ -23,7 +23,7 @@ Download and install the latest .NET Framework release and macOS and Linux previ
2323
|macOS .NET Core (preview)|[.zip file](https://go.microsoft.com/fwlink/?linkid=2069126)|February 1, 2019 | 18.1 |15.0.4316.1|
2424
|Linux .NET Core (preview)|[.zip file](https://go.microsoft.com/fwlink/?linkid=2069122)|February 1, 2019 | 18.1 |15.0.4316.1|
2525

26-
For details about the latest release, see the [release notes](sqlpackage-release-notes.md).
26+
For details about the latest release, see the [release notes](release-notes-dacfx-sqlpackage.md).
2727

2828
## Get sqlpackage for Windows
2929

docs/tools/sqlpackage-release-notes.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

docs/tools/sqlpackage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "SqlPackage.exe | Microsoft Docs"
33
ms.prod: sql
44
ms.technology: ssdt
5-
ms.date: 06/27/2018
5+
ms.date: 06/28/2018
66
ms.reviewer: "alayu; sstein"
77
ms.topic: conceptual
88
ms.assetid: 198198e2-7cf4-4a21-bda4-51b36cb4284b
@@ -30,7 +30,7 @@ manager: "craigg"
3030

3131
The **SqlPackage.exe** command line allows you to specify these actions along with action-specific parameters and properties.
3232

33-
**[Download the latest version](sqlpackage-download.md)**. For details about the latest release, see the [release notes](sqlpackage-release-notes.md).
33+
**[Download the latest version](sqlpackage-download.md)**. For details about the latest release, see the [release notes](release-notes-dacfx-sqlpackage.md).
3434

3535
## Command-Line Syntax
3636

0 commit comments

Comments
 (0)