Hello,
I am trying to export a database from a development environment to a .bacpac file. I am using MSSMS =>AxDB=>Task=>Export Data-tier Application for this.
Unfortunately, I get the following errors every time:
One or more unsupported elements were found in the schema used as part of a data package.
Error SQL71627: The element User: [NT AUTHORITY\NETWORK SERVICE] has property AuthenticationType set to a value that is not supported in Microsoft Azure SQL Database v12.
Error SQL71627: The element Login: [NT AUTHORITY\NETWORK SERVICE] has property IsMappedToWindowsLogin set to a value that is not supported in Microsoft Azure SQL Database v12.
(Microsoft.SqlServer.Dac)
SQL Server Management Studio 19.0.2
Could someone please help?
Thanks.