SQL Package publish property IgnoreDefaultSchema not working
I have .dacpac and want to publish the same with SQL package CLI. However there are some unwanted tables in the .dacpac or from the source database, which I don’t want to be created in the targeted database. I tried using SQLPackage property IgnoreDefaultSchema https://learn.microsoft.com/en-us/sql/tools/sqlpackage/sqlpackage-extract?view=sql-server-ver16