Searching for "restore bacpac to sql server 2016" brings up the result https://docs.microsoft.com/en-us/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database
This says to use the "'Import Data-tier application...' option after right-clicking Database in SSMS. However, this will only accept .DACPAC files, not .BACPAC (even after renaming the extension).
Is this, in fact, usable, or are the instructions at the page given incorrect and only the command line tool works> (As at https://docs.microsoft.com/en-us/dynamics365/operations/dev-itpro/database/copy-database-from-azure-sql-to-sql-server)
Can the 'Export Data-tier application..." option be used the export the AxDB to a .DACPAC file and avoid using the command line version?
Thnaks
*This post is locked for comments
I have the same question (0)