This question is with regards to SQL Server Schema Compare v. 4.0.32
Is there a way to designate a specific object or objects to be excluded from a sync operation, via the command line? I know I can include specific objects in the application and can specify them with Option "SelectedObjectsOnly". But what if I want to exclude 5 objects out of 1000? Is there a way to do that?
Schema Compare - Exclude Objects from Syncing
Re: Schema Compare - Exclude Objects from Syncing
You can exclude the objects in the *.scomp document with the GUI of dbForge, resave the *.scomp document and then use it in the command line interface.
Re: Schema Compare - Exclude Objects from Syncing
That might be a possibility. Let me ask a follow up question - if I compare/sync based on an .scomp and there are new objects, will those objects also sync even though there weren't explicitly selected in a previous .scomp?
Re: Schema Compare - Exclude Objects from Syncing
That's right. The new objects will sync in this case.