问题
I am executing SQL Server Scrips using DACPAC, I want to remove the objects that are not in source, But I don't want to drop some backup tables. We have some tables with backup, I don't want to delete those tables. So I want to enable Drop object not in source:True but don't want to drop some tables. How to set property for that?
publish.xml
Here we have Drop Objects Not In Source is set to true, I want this to be true, But I just want to exclude some tables in that list.
How to do that?
来源:https://stackoverflow.com/questions/49230286/dacpac-drop-object-not-in-source