当我尝试从本地 MSSQL 数据库上运行的数据库生成 BACPAC 时,出现错误:
One or more unsupported elements were found in the schema used as part of a data package.
Error SQL71564: The element Extended Property: [dbo].[EnabledCompany].[MS_DiagramPane1] is not supported when used as part of a data package (.bacpac file).
Error SQL71564: The element Extended Property: [dbo].[EnabledCompany].[MS_DiagramPaneCount] is not supported when used as part of a data package (.bacpac file).
(Microsoft.SqlServer.Dac)
[EnabledCompany] 是一个简单的视图,由单个表中的选择组成,该表具有基于位列的单个 where 过滤器。(它只显示 IsEnabled == true 的公司)。
我正在使用带有最新版本工具 (SSMS) 的 SQL Server 2014。