Export SqlDatabase to Bacpac using SqlPackage.exe fails on fillfactor
I am using the following command to execute sqlpackage to export a bacpac
for a local db.
"C:\Program Files (x86)\Microsoft SQL Server\110\DAC\bin\sqlpackage.exe"
/action:Export /tf:".\dbname_Baseline.bacpac"
/SourceConnectionString:"XXXXXXXXXXXX"
It fails saying "Element Primary Key: [dbo].[PK_Name] has an unsupported
property FillFactor set and is not supported when used as part of a data
package."
I understand fillfactor is not supported but is there anything to make it
ignore unsupported properties?
Thanks
Mark
No comments:
Post a Comment