You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Deployment | Data Sensitivity classification support for SQL versions up to 2019 and Azure SQL Data Warehouse |
44
+
| Deployment | Add Azure SQL Data Warehouse support for table constraints |
45
+
| Deployment | Add Azure SQL Data Warehouse support for ordered clustered column store index |
46
+
| Deployment | Add support for External Data Source (for Oracle, Teradata, MongoDB/CosmosDB, ODBC, Big Data Cluster) and External Table for Big Data Cluster |
| Deployment | Support Managed Instance server names of the form '\<server>.\<dnszone>.database.windows.net' |
49
+
| Deployment | Add support for copy command in Azure SQL Data Warehouse |
50
+
| Deployment | Add deployment option 'IgnoreTablePartitionOptions' during Publish to avoid table recreation when there is change in partition function on table for Azure SQL Data Warehouse |
51
+
| .NET Core | Add support for Microsoft.Data.SqlClient in .NET Core version of sqlpackage |
52
+
| | |
53
+
54
+
### Fixes
55
+
| Fix | Details |
56
+
| :-- | :------ |
57
+
| Deployment | Fix publishing dacpac of a database which contains an external user which used to throw an error “Object reference not set to an instance of an object.” |
58
+
| Deployment | Fix parsing json path as expression |
59
+
| Deployment | Fix generating GRANT statements for AlterAnyDatabaseScopedConfiguration and AlterAnySensitivityClassification permissions |
60
+
| Deployment | Fix External Script permission not being recognized |
61
+
| Deployment | Fix for inline property - the implicit addition of the property should not show in difference but explicit mention should show through script |
62
+
| Deployment | Resolved an issue where changing a Table referenced by a Materialized View (MV) causes Alter View statements to be generated which is not supported for MVs for Azure SQL Data Warehouse |
63
+
| Deployment | Fix publish failing when adding column to a table with data for Azure SQL Data Warehouse |
64
+
| Deployment | Fix update script should move data to a new table when changing the distribution column type (data loss scenario) for Azure SQL Data Warehouse |
65
+
| ScriptDom | Fix ScriptDom bug where it couldn't recognize inline constraints defined after an inline index |
66
+
| ScriptDom | Fix ScriptDom SYSTEM_TIME missing closing parenthesis when in a batch statement |
67
+
| Always Encrypted | Fix #tmpErrors table failing to drop if SqlPackage reconnects and the temp table is already gone because the temporary table goes away when the connection dies |
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.
29
29
@@ -33,13 +33,13 @@ For details about the latest release, see the [release notes](release-notes-sqlp
33
33
34
34
This release of sqlpackage includes a standard Windows installer experience, and a .zip:
35
35
36
-
1. Download and run the [DacFramework.msi installer for Windows](https://go.microsoft.com/fwlink/?linkid=2113703).
36
+
1. Download and run the [DacFramework.msi installer for Windows](https://go.microsoft.com/fwlink/?linkid=2128142).
37
37
2. Open a new Command Prompt window, and run sqlpackage.exe
38
38
- sqlpackage is installed to the ```C:\Program Files\Microsoft SQL Server\150\DAC\bin``` folder
39
39
40
40
## Get sqlpackage .NET Core for Windows
41
41
42
-
1. Download [sqlpackage for Windows](https://go.microsoft.com/fwlink/?linkid=2113704).
42
+
1. Download [sqlpackage for Windows](https://go.microsoft.com/fwlink/?linkid=2128143).
43
43
2. To extract the file by right clicking on the file in Windows Explorer, and selecting 'Extract All...', and select the target directory.
44
44
3. Open a new Terminal window and cd to the location where sqlpackage was extracted:
45
45
@@ -49,7 +49,7 @@ This release of sqlpackage includes a standard Windows installer experience, and
49
49
50
50
## Get sqlpackage .NET Core for macOS
51
51
52
-
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=2113705).
52
+
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=2128145).
53
53
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
54
54
55
55
```bash
@@ -62,7 +62,7 @@ This release of sqlpackage includes a standard Windows installer experience, and
62
62
63
63
## Get sqlpackage .NET Core for Linux
64
64
65
-
1. Download [sqlpackage for Linux](https://go.microsoft.com/fwlink/?linkid=2113331) by using one of the installers or the tar.gz archive:
65
+
1. Download [sqlpackage for Linux](https://go.microsoft.com/fwlink/?linkid=2128144) by using one of the installers or the tar.gz archive:
66
66
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
67
67
68
68
```bash
@@ -139,16 +139,16 @@ sqlpackage runs on Windows, macOS, and Linux, and is supported on the following
139
139
This release of sqlpackage can be installed in the following languages:
0 commit comments