【发布时间】:2014-04-18 20:23:32
【问题描述】:
我正在尝试为我的 SQL 2012 数据库创建一个 .bacpac 文件。
在 SSMS 2012 中,我右键单击我的数据库,转到任务,然后选择导出数据层应用程序。然后我点击下一步,它给了我这个错误:
Error SQL71564: Element Login: [myusername] has an unsupported property IsMappedToWindowsLogin set and is not supported when used as part of a data package.
(Microsoft.SqlServer.Dac)
我正在尝试遵循本教程,以便可以将我的数据库放在 Azure 的云上:
如何导出我的数据库的 .bacpac 文件?
【问题讨论】:
标签: sql azure sql-server-2012 ssms-2012 bacpac