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 | Fixed a regression that was introduced in 18.5 causing there to be an “Incorrect syntax near 'type'” error when deploying a dacpac or importing a bacpac with a user with external login to on premise |
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=2128142).
36
+
1. Download and run the [DacFramework.msi installer for Windows](https://go.microsoft.com/fwlink/?linkid=2134206).
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=2128143).
42
+
1. Download [sqlpackage for Windows](https://go.microsoft.com/fwlink/?linkid=2134310).
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=2128145).
52
+
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=2134312).
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=2128144) by using one of the installers or the tar.gz archive:
65
+
1. Download [sqlpackage for Linux](https://go.microsoft.com/fwlink/?linkid=2134311) 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