Posts
Sort by recent activity
Command line excluding Schema
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 ...