您好,尝试使用 SQL Server Management Studion 20.2 将我们的本地 SQL 数据库部署到 Azure SQLDB
但是,我收到以下错误:
Error SQL71627: The element User: [topbs\pina] has property AuthenticationType set to a value that is not supported in Microsoft Azure SQL Database v12.
Error SQL71627: The element User: [LAP0134-NT\serveradmin] has property AuthenticationType set to a value that is not supported in Microsoft Azure SQL Database v12.
Error SQL71627: The element User: [CAPWINDS\mY_Team] has property AuthenticationType set to a value that is not supported in Microsoft Azure SQL Database v12.
Error SQL71627: The element User: [NT AUTHORITY\SYSTEM] has property AuthenticationType set to a value that is not supported in Microsoft Azure SQL Database v12.
有人可以让我知道如何解决这些问题吗?您认为是因为SSMS 20.2版本的原因吗?
The element User: [xxx\SSO UAT Administrators] has property AuthenticationType set to a value that is not supported in Microsoft Azure SQL Database v12.
Error SQL71627: The element Login: [xxx\SSO UAT Administrators] has property IsMappedToWindowsLogin set to a value that is not supported in Microsoft Azure SQL Database v12.
Azure SQL 数据库不支持 Windows 身份验证。它仅支持 SQL Server 身份验证和 Microsoft Enterprise ID 身份验证。但是,上述用户被映射到Windows身份验证,这可能是错误的原因。如果要将本地 SQL 数据库部署到 Azure SQL 数据库,请删除映射到 Windows 身份验证的用户,如下所示:
然后再次尝试部署。部署后,在数据库中创建包含的用户,以允许用户登录到您的 SQL 数据库。
或者,您可以使用 Azure 数据迁移助手 (DMA) 进行迁移项目,这将使该过程变得更加容易。 DMA 评估您的数据库并让您轻松迁移。您可以从这里下载该工具。使用 DMA,您可以取消选中与 Azure SQL (SQL71561) 不兼容的任何登录名 (SQL71627) 或视图,然后继续迁移。
欲了解更多信息,您可以参考以下链接: