I'm getting the following error while restoring the database backup (.bacpac
file) into my on premise SQL Server 2016 instance.
TITLE: Microsoft SQL Server Management Studio
Could not import package.
Warning SQL72012: The object [Azure_Data] exists in the target, but it will not be dropped even though you selected the 'Generate drop statements for objects that are in the target database but that are not in the source' check box.
Warning SQL72012: The object [Azure_Log] exists in the target, but it will not be dropped even though you selected the 'Generate drop statements for objects that are in the target database but that are not in the source' check box.
Error SQL72014: .Net SqlClient Data Provider:
Msg 33161, Level 15, State 1, Line 1
Database master keys without password are not supported in this version of SQL Server.Error SQL72045: Script execution error. The executed script: CREATE MASTER KEY;