SQL Server deploy database to Azure throws “You must have a user with the same password…”

冷暖自知 提交于 2021-01-29 16:18:31

问题


I have a live SQL Server database which was originally on an Express version and has compatibility 100. I am inspecting it using SSMS 2016 RC, which seems to have highest compatibility level of 120.

On performing the task Deploy Database to Microsoft Azure SQL Database... it goes through all the verification steps and then bails out with the error:

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

Is the only solution to upgrade the compatibility version of the database and is that even possible from such an old level? Do I have to install a newer SSMS to do this?

I've seen a similar question below, but it refers to SSDT, not SSMS: SSDT failing to publish: "Unable to connect to master or target server"


回答1:


I installed latest SSMS v18.3 and performed the deploy operation again and it went through without a hitch, without even requiring me to change the compatibility level



来源:https://stackoverflow.com/questions/60956154/sql-server-deploy-database-to-azure-throws-you-must-have-a-user-with-the-same-p

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!