Comments
2 comments
- 
                
                   When running the same command adding /verbose, the output shows this line three times: When running the same command adding /verbose, the output shows this line three times:Event Aggregator: No registered listeners for RedGate.Compare.CommonUI.Shared.Events.FilterChangedThe full log is included in the support ticket (268965).
- 
                
                   having the same issue SQL Compare V14.7.8.21163, gui vs command line. command line doesn't actually filter, but the GUI does. having the same issue SQL Compare V14.7.8.21163, gui vs command line. command line doesn't actually filter, but the GUI does.
Add comment
Please sign in to leave a comment.
The filter.scpf file has the following to exclude the dbo schema:
<Schema version="1"> <Include>False</Include> <Expression xsi:type="xsd:string">(@NAME = 'dbo')</Expression> </Schema>I also tried including only a specific schema like so:
<Schema version="1"> <Include>True</Include> <Expression xsi:type="xsd:string">(@NAME = 'MySchema')</Expression> </Schema>Both methods don't exclude dbo, I added a dummy column to a dbo.table to test this and the dummy gets removed after running the command (using both methods).