Command line excluding Schema
girlingv
Posts: 2
I'm trying to exclude a Tests schema from my deployment scripts with the following switches.
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.
""/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.