SQL 服务器将数据库部署到 Azure 引发 "You must have a user with the same password..."

SQL Server deploy database to Azure throws "You must have a user with the same password..."

我有一个实时 SQL 服务器数据库,它最初是 Express 版本并且兼容性为 100。我正在使用 SSMS 2016 RC 检查它,它似乎具有最高兼容性级别 120。

在执行任务 Deploy Database to Microsoft Azure SQL Database... 时,它会通过所有验证步骤,然后退出并出现错误:

Could not import package. Unable to connect to master or target server X. You must have a user with the same password in master or target server X

升级数据库的兼容版本是唯一的解决方案吗?甚至可以从这么旧的级别升级吗?我是否必须安装更新的 SSMS 才能执行此操作?

我在下面看到过类似的问题,但它指的是 SSDT,而不是 SSMS:

我安装了最新的 SSMS v18.3 并再次执行部署操作,一切顺利,甚至不需要我更改兼容级别