Open nreddipalle opened 4 years ago
Few more examples on How IgnoreSchema and KeepSchema performing the same operations
More details: trying with DAC/150/tools/sqlpackage.exe. trying to deploy to Azure SQL DB.
Hi, Not sure really - I wouldnt' be surprised if dbo objects don't have a schema a and comes through blank.
In your project have you explicitly set dbo on the name of the objects? Might be worth trying that.
Thanks @GoEddie . will give it a try and let you know.
@GoEddie I am able to make it work properly.. but I do noticing an issue.. I am specifically asking it to ignore [dbo] schema changes as part of deployment. As per logs, it saying ignore but still complaining about a column change and failing the deployment.
any config still missing from my side??
@GoEddie I am trying to ignore deploying the schema changes specific to "dbo" schema.. but instead it deploys those schema changes when using with IgnoreSchema filter..
Please correct me if my syntax is wrong..