How can we help you today? How can we help you today?
stanori

Activity overview

Latest activity by stanori

Hi aspillert, Thanks for the post. In your particular situation, there are a few options available that you can try to tackle this scenario. First possibility: - Create a filter that contains a rule that includes just views that start with v. Here is an article about setting up filters: https://documentation.red-gate.com/disp ... ng+filters - once the filter is setup you can then save the settings as a project and then the next time you want to run the comparison you can setup a cmd line job to run sql compare and make use of the project file Second possibility: - create a command line job that makes use of the /include(or vice versa the /exclude switch) to include just certain object types or object names in the command. Here are some more details about setting up the command line: https://documentation.red-gate.com/disp ... mmand+line Along with these different solutions, it is also important to note that which ever method you go with, part of the designed behavior of SQL Compare is that it will need to register each database source each time a comparison is run. The number of objects in a database source can increase the amount of time it takes to process a comparison. This database registration is a required step of the application so that it can understand the current state of your database schema and dependencies. I hope this helps. Best Regards, Steve / comments
Hi aspillert, Thanks for the post. In your particular situation, there are a few options available that you can try to tackle this scenario. First possibility: - Create a filter that contains a rul...
0 votes