I use the following command to execute sqlpackage to export bacpac to local db.
"C: \ Program Files (x86) \ Microsoft SQL Server \ 110 \ DAC \ bin \ sqlpackage.exe" / action: Export / tf: ". \ Dbname_Baseline.bacpac" / SourceConnectionString: "XXXXXXXXXXXX"
I canβt say "The primary key of the element: [dbo]. [PK_Name] has an unsupported FillFactor property and is not supported when used as part of a data packet."
I understand fillfactor is not supported, but is there anything to ignore unsupported properties?
thanks
Mark
export azure-sql-database bacpac fillfactor
peter pan
source share