Options

Command line excluding Schema

girlingvgirlingv Posts: 2
edited January 21, 2014 8:46AM in SQL Compare Previous Versions
I'm trying to exclude a Tests schema from my deployment scripts with the following switches.
""/exclude:Schema:Tests"" ""/exclude:Table:_Tests_"" ""/exclude:StoredProcedure:_Tests_"" "

This isn't working although the CREATE SCHEMA Tests is being ignored as expected the CREATE TABLE [Tests].** etc is still generating in the script.
Sign In or Register to comment.