SQLPackage not found in SQL Server on Linux

Viewed 3500

I am trying to do dacpac deployment using SQLPackage on Linux.

My environment:

Server : Ubuntu Linux version 16.04

SQL Server 2017 latest release candidate version RC1.

SQL Server installation is successful and I am able to create tables on SQL Server database on Ubuntu. Now I am trying to implement dacpac deployment on Linux. As per this documentation

https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-export-import-with-sqlpackage

SQLPackage executable has to be at /opt/mssql/bin. But it is not. Any idea how to install SQLPackage on linux?

When I check the older version which is CTP 2.1 I have that SqlPackage executable. Is that missed in RC 1?

2 Answers
Related