Page 1 of 1

Schema Compare - Exclude Objects from Syncing

Posted: Wed 09 Dec 2015 17:06
by mango333
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?

Re: Schema Compare - Exclude Objects from Syncing

Posted: Thu 10 Dec 2015 08:21
by alexa
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

Posted: Thu 10 Dec 2015 17:40
by mango333
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

Posted: Fri 11 Dec 2015 06:30
by alexa
That's right. The new objects will sync in this case.